#d488eb
a light, vivid violet · warm · closest name: violet
RGB
212, 136, 235
HSL
286°, 71%, 73%
CMYK
10, 42, 0, 8
Luminance
0.3760
Every format
| HEX | #d488eb |
| RGB | rgb(212, 136, 235) |
| HSL | hsl(286, 71%, 73%) |
| CMYK | cmyk(10%, 42%, 0%, 8%) |
| LAB | lab(67.7 45.3 -38.5) |
| LCH | lch(67.7 59.4 319.7) |
| OKLCH | oklch(0.740 0.159 318.1) |
Copy-ready code
/* CSS */
color: #d488eb;
background-color: #d488eb;
/* Tailwind (arbitrary) */
class="text-[#d488eb] bg-[#d488eb]"
/* SCSS */
$brand: #d488eb;
/* SwiftUI */
Color(red: 0.831, green: 0.533, blue: 0.922)
/* Android */
Color.parseColor("#d488eb")Accessibility — WCAG contrast
Aa
#d488eb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d488eb on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green53.3%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta42.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d488eb text on a black background
contrast 8.52:1
Card sample
#d488eb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d488eb;
Background color
Panel with #d488eb background
background-color: #d488eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d488eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 136, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 136, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d488eb; background: linear-gradient(135deg, #d488eb, #EB88C0);