#d288eb
a light, vivid violet · warm · closest name: violet
RGB
210, 136, 235
HSL
285°, 71%, 73%
CMYK
11, 42, 0, 8
Luminance
0.3731
Every format
| HEX | #d288eb |
| RGB | rgb(210, 136, 235) |
| HSL | hsl(285, 71%, 73%) |
| CMYK | cmyk(11%, 42%, 0%, 8%) |
| LAB | lab(67.5 44.7 -38.8) |
| LCH | lch(67.5 59.2 319.0) |
| OKLCH | oklch(0.738 0.158 317.2) |
Copy-ready code
/* CSS */
color: #d288eb;
background-color: #d288eb;
/* Tailwind (arbitrary) */
class="text-[#d288eb] bg-[#d288eb]"
/* SCSS */
$brand: #d288eb;
/* SwiftUI */
Color(red: 0.824, green: 0.533, blue: 0.922)
/* Android */
Color.parseColor("#d288eb")Accessibility — WCAG contrast
Aa
#d288eb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d288eb on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green53.3%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta42.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d288eb text on a black background
contrast 8.46:1
Card sample
#d288eb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d288eb;
Background color
Panel with #d288eb background
background-color: #d288eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d288eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 136, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 136, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d288eb; background: linear-gradient(135deg, #d288eb, #EB88C2);