#d288fe
a light, electric violet · warm · closest name: violet
RGB
210, 136, 254
HSL
278°, 98%, 77%
CMYK
17, 47, 0, 0
Luminance
0.3847
Every format
| HEX | #d288fe |
| RGB | rgb(210, 136, 254) |
| HSL | hsl(278, 98%, 77%) |
| CMYK | cmyk(17%, 47%, 0%, 0%) |
| LAB | lab(68.4 48.6 -47.9) |
| LCH | lch(68.4 68.2 315.4) |
| OKLCH | oklch(0.747 0.178 311.7) |
Copy-ready code
/* CSS */
color: #d288fe;
background-color: #d288fe;
/* Tailwind (arbitrary) */
class="text-[#d288fe] bg-[#d288fe]"
/* SCSS */
$brand: #d288fe;
/* SwiftUI */
Color(red: 0.824, green: 0.533, blue: 0.996)
/* Android */
Color.parseColor("#d288fe")Accessibility — WCAG contrast
Aa
#d288fe on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d288fe on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green53.3%
Blue99.6%
CMYK percentages
Cyan17.3%
Magenta46.5%
Yellow0.0%
Key (black)0.4%
Color previews
#d288fe text on a black background
contrast 8.69:1
Card sample
#d288fe text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d288fe;
Background color
Panel with #d288fe background
background-color: #d288fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d288fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 136, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 136, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d288fe; background: linear-gradient(135deg, #d288fe, #FE88DB);