Halayà úbe (#663854)
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: 9.30:1 — vs black: 2.26:1
Color values
-
HEX
#663854 -
RGB
rgb(102, 56, 84) -
HSL
hsl(323, 45%, 40%) -
CMYK
cmyk( 0, 45.1, 17.65, 60 ) -
Websafe
#663366
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #663854 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#663854
Base
#38664A
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#663854
Base
#613866
#66383D
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#663854
Base
#546638
#385466
Two colors flanking the complement — high contrast with less tension than full complementary.
#663854
Base
#3D6638
#386661
Four colors at 90° intervals — rich variety, best when one color dominates.
#663854
Base
#666138
#38664A
#383D66
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#663854
Base
#10090E
#351D2B
#4C2A3E
#80466A
#97537D
#B87FA2
Darker shades and lighter tints of Halayà úbe, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#10090E
#22121C
#331C2A
#442538
#552F46
#663854
Base
#904F77
#B17097
#C89AB6
#DFC4D4
#F6EFF3
Ready-to-use code snippets for #663854. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #663854;
}
/* Text */
.element {
color: #663854;
}
/* Border */
.element {
border: 1px solid #663854;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#663854,
#38945C
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#663854,
#38945C
);
}
// SCSS variable
$halayÃ--úbe: #663854;
// With RGB channels (useful for rgba() usage)
$halayÃ--úbe-r: 102;
$halayÃ--úbe-g: 56;
$halayÃ--úbe-b: 84;
// Usage
.element {
background-color: $halayÃ--úbe;
color: rgba($halayÃ--úbe-r, $halayÃ--úbe-g, $halayÃ--úbe-b, 0.8);
}
How Halayà úbe appears to people with different types of color vision deficiency.
#663854
How the color appears with full color vision.
#494953
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#3F3F54
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#643C3C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#474747
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.