#d477eb
a light, vivid violet · warm · closest name: violet
RGB
212, 119, 235
HSL
288°, 74%, 69%
CMYK
10, 49, 0, 8
Luminance
0.3319
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) |
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")Accessibility — WCAG contrast
Aa
#d477eb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d477eb on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green46.7%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d477eb text on a black background
contrast 7.64:1
Card sample
#d477eb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d477eb;
Background color
Panel with #d477eb background
background-color: #d477eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d477eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d477eb; background: linear-gradient(135deg, #d477eb, #EB77B5);