Deep Ruby (#843F5B)
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.39:1 — vs black: 2.84:1
Color values
-
HEX
#843F5B -
RGB
rgb(132, 63, 91) -
HSL
hsl(335, 52%, 51%) -
CMYK
cmyk( 0, 52.27, 31.06, 48.24 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #843F5B based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#843F5B
Base
#3F8468
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#843F5B
Base
#843F7D
#84463F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#843F5B
Base
#5B843F
#3F5B84
Two colors flanking the complement — high contrast with less tension than full complementary.
#843F5B
Base
#3F8446
#3F7D84
Four colors at 90° intervals — rich variety, best when one color dominates.
#843F5B
Base
#7D843F
#3F8468
#463F84
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#843F5B
Base
#1C0E14
#502637
#683248
#A04C6E
#B25E80
#CB91A9
Darker shades and lighter tints of Deep Ruby, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#11080C
#28131C
#3F1E2C
#56293B
#6D344B
#843F5B
Base
#AB5276
#BF7895
#D19FB4
#E4C7D3
#F7EEF1
Ready-to-use code snippets for #843F5B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #843F5B;
}
/* Text */
.element {
color: #843F5B;
}
/* Border */
.element {
border: 1px solid #843F5B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#843F5B,
#44C490
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#843F5B,
#44C490
);
}
// SCSS variable
$deep-ruby: #843F5B;
// With RGB channels (useful for rgba() usage)
$deep-ruby-r: 132;
$deep-ruby-g: 63;
$deep-ruby-b: 91;
// Usage
.element {
background-color: $deep-ruby;
color: rgba($deep-ruby-r, $deep-ruby-g, $deep-ruby-b, 0.8);
}
How Deep Ruby appears to people with different types of color vision deficiency.
#843F5B
How the color appears with full color vision.
#5A5A59
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#4B4B5B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#824343
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#565656
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.