#d28bf1
a light, electric violet · warm · closest name: violet
RGB
210, 139, 241
HSL
282°, 79%, 75%
CMYK
13, 42, 0, 6
Luminance
0.3852
Every format
| HEX | #d28bf1 |
| RGB | rgb(210, 139, 241) |
| HSL | hsl(282, 79%, 75%) |
| CMYK | cmyk(13%, 42%, 0%, 6%) |
| LAB | lab(68.4 44.3 -40.7) |
| LCH | lch(68.4 60.2 317.4) |
| OKLCH | oklch(0.746 0.159 315.0) |
Copy-ready code
/* CSS */
color: #d28bf1;
background-color: #d28bf1;
/* Tailwind (arbitrary) */
class="text-[#d28bf1] bg-[#d28bf1]"
/* SCSS */
$brand: #d28bf1;
/* SwiftUI */
Color(red: 0.824, green: 0.545, blue: 0.945)
/* Android */
Color.parseColor("#d28bf1")Accessibility — WCAG contrast
Aa
#d28bf1 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d28bf1 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green54.5%
Blue94.5%
CMYK percentages
Cyan12.9%
Magenta42.3%
Yellow0.0%
Key (black)5.5%
Color previews
#d28bf1 text on a black background
contrast 8.70:1
Card sample
#d28bf1 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d28bf1;
Background color
Panel with #d28bf1 background
background-color: #d28bf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d28bf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 139, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 139, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d28bf1; background: linear-gradient(135deg, #d28bf1, #F18BCC);