Big Dip O’ruby (#9C2542)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 7.62:1 — vs black: 2.76:1
Color values
-
HEX
#9C2542 -
RGB
rgb(156, 37, 66) -
HSL
hsl(345, 76%, 61%) -
CMYK
cmyk( 0, 76.28, 57.69, 38.82 )
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #9C2542 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#9C2542
Base
#259C7F
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#9C2542
Base
#9C257D
#9C4425
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#9C2542
Base
#429C25
#25429C
Two colors flanking the complement — high contrast with less tension than full complementary.
#9C2542
Base
#259C44
#257D9C
Four colors at 90° intervals — rich variety, best when one color dominates.
#9C2542
Base
#7D9C25
#259C7F
#44259C
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#9C2542
Base
#20080E
#5E1628
#7B1D34
#BD2D50
#D13D61
#E07A93
Darker shades and lighter tints of Big Dip O’ruby, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#150509
#300B14
#4B1220
#66182B
#811F37
#9C2542
Base
#CB3056
#D95D7B
#E48CA2
#EFBBC8
#FAEAEE
Ready-to-use code snippets for #9C2542. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #9C2542;
}
/* Text */
.element {
color: #9C2542;
}
/* Border */
.element {
border: 1px solid #9C2542;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#9C2542,
#50E8C3
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#9C2542,
#50E8C3
);
}
// SCSS variable
$big-dip-o’ruby: #9C2542;
// With RGB channels (useful for rgba() usage)
$big-dip-o’ruby-r: 156;
$big-dip-o’ruby-g: 37;
$big-dip-o’ruby-b: 66;
// Usage
.element {
background-color: $big-dip-o’ruby;
color: rgba($big-dip-o’ruby-r, $big-dip-o’ruby-g, $big-dip-o’ruby-b, 0.8);
}
How Big Dip O’ruby appears to people with different types of color vision deficiency.
#9C2542
How the color appears with full color vision.
#5D5D3E
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#414143
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#9B2A2A
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#545454
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.