#d477eb
a light, vivid violet · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #d477eb is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #d477eb |
| RGB | rgb(212, 119, 235) |
| HSL | hsl(288, 74%, 69%) |
| CMYK | cmyk(10%, 49%, 0%, 8%) |
| LAB | lab(64.3 54.0 -43.8) |
| LCH | lch(64.3 69.5 321.0) |
| OKLCH | oklch(0.715 0.186 319.4) |
| Decimal | 13924331 |
| Display P3 | color(display-p3 0.831 0.467 0.922) |
Copy-ready code
/* CSS */
color: #d477eb;
background-color: #d477eb;
/* Tailwind (arbitrary) */
class="text-[#d477eb] bg-[#d477eb]"
/* SCSS */
$brand: #d477eb;
/* SwiftUI */
Color(red: 0.831, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#d477eb")
/* Flutter */
Color(0xFFD477EB)
/* Python / OpenCV (BGR) */
(235, 119, 212)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #d477eb is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF3FC;
--brand-100: #F5E7F9;
--brand-200: #EBC8F4;
--brand-300: #E09DF1;
--brand-400: #d477eb;
--brand-500: #C13BE2;
--brand-600: #B11FD5;
--brand-700: #941AB2;
--brand-800: #76158E;
--brand-900: #561367;
--brand-950: #360C40;
--brand: #d477eb;
--brand-ink: #000000;
}Colors that work with #d477eb
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #d477eb
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #8EEB77 | Directly opposite — maximum tension | |
| Analogous left | #9A77EB | Neighbour, quieter | |
| Analogous right | #EB77C8 | Neighbour, quieter | |
| Split-complement 1 | #C8EB77 | Contrast without the clash | |
| Split-complement 2 | #77EB9A | Contrast without the clash | |
| Triadic 1 | #EBD477 | Even thirds — balanced and loud | |
| Triadic 2 | #77EBD4 | Even thirds — balanced and loud | |
| Tetradic | #EB9A77 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d477eb text on a black background
contrast 7.64:1
#d477eb text on a white background
contrast 2.75:1
CSS3 live lab
The quick brown fox
color: #d477eb;
background-color: #d477eb;
Glowing headline
text-shadow: 2px 2px 8px #d477eb;
Soft neon halo
text-shadow: 0 0 14px rgba(212, 119, 235, 0.45);
box-shadow: 0 12px 32px -8px rgba(212, 119, 235, 0.45);
border: 3px solid #d477eb; background: linear-gradient(135deg, #d477eb, #EB77B5);
Monochromatic scale
Palettes built from #d477eb
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Orchid (#da70d6) — ΔE2000 4.3 away, with its history, psychology and brand usage.
#d477eb in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#d477eb, answered
What color is #d477eb?
#d477eb is a light vivid violet, closest to Orchid (ΔE2000 4.3). It sits at 288° on the hue wheel with 74% saturation and 69% lightness, which reads as neutral.
What is the RGB value of #d477eb?
rgb(212, 119, 235) — 212 red, 119 green and 235 blue out of 255, or 83.1% / 46.7% / 92.2% by channel.
Is #d477eb a light or a dark color?
It is a mid-tone. Relative luminance is 0.3319 and perceived brightness is 66%, so black text on it reaches 7.64:1.
Should I use black or white text on #d477eb?
Black. It scores 7.64:1 against #d477eb, versus 2.75:1 for white — AAA at any size.
What is the complementary color of #d477eb?
#8EEB77 sits directly opposite on the wheel. Softer options are the split-complements #C8EB77 and #77EB9A, which give the same contrast with far less vibration.
What colors go well with #d477eb?
For interface work: #F9F4FA as the surface, #E4C0ED for borders, #8B4B9B for secondary text, #5EB616 as an accent and #5C106F for hover and pressed states. For a palette, the analogous pair #9A77EB and #EB77C8 stays calm, while #8EEB77 is the loudest partner.
What is #d477eb in CMYK for printing?
cmyk(10%, 49%, 0%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d477eb warm or cool?
Neutral — it scores 57 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EB77D7; nudged cooler, #A975ED.