#d488fd
a light, electric violet · warm · closest name: violet
RGB
212, 136, 253
HSL
279°, 97%, 76%
CMYK
16, 46, 0, 1
Luminance
0.3870
Every format
| HEX | #d488fd |
| RGB | rgb(212, 136, 253) |
| HSL | hsl(279, 97%, 76%) |
| CMYK | cmyk(16%, 46%, 0%, 1%) |
| LAB | lab(68.5 48.9 -47.1) |
| LCH | lch(68.5 67.9 316.1) |
| OKLCH | oklch(0.749 0.178 312.7) |
Copy-ready code
/* CSS */
color: #d488fd;
background-color: #d488fd;
/* Tailwind (arbitrary) */
class="text-[#d488fd] bg-[#d488fd]"
/* SCSS */
$brand: #d488fd;
/* SwiftUI */
Color(red: 0.831, green: 0.533, blue: 0.992)
/* Android */
Color.parseColor("#d488fd")Accessibility — WCAG contrast
Aa
#d488fd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d488fd on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green53.3%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta46.2%
Yellow0.0%
Key (black)0.8%
Color previews
#d488fd text on a black background
contrast 8.74:1
Card sample
#d488fd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d488fd;
Background color
Panel with #d488fd background
background-color: #d488fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d488fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 136, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 136, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d488fd; background: linear-gradient(135deg, #d488fd, #FD88D8);