#d28bf5
a light, electric violet · warm · closest name: violet
RGB
210, 139, 245
HSL
280°, 84%, 75%
CMYK
14, 43, 0, 4
Luminance
0.3876
Every format
| HEX | #d28bf5 |
| RGB | rgb(210, 139, 245) |
| HSL | hsl(280, 84%, 75%) |
| CMYK | cmyk(14%, 43%, 0%, 4%) |
| LAB | lab(68.6 45.1 -42.6) |
| LCH | lch(68.6 62.1 316.6) |
| OKLCH | oklch(0.748 0.164 313.8) |
Copy-ready code
/* CSS */
color: #d28bf5;
background-color: #d28bf5;
/* Tailwind (arbitrary) */
class="text-[#d28bf5] bg-[#d28bf5]"
/* SCSS */
$brand: #d28bf5;
/* SwiftUI */
Color(red: 0.824, green: 0.545, blue: 0.961)
/* Android */
Color.parseColor("#d28bf5")Accessibility — WCAG contrast
Aa
#d28bf5 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d28bf5 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green54.5%
Blue96.1%
CMYK percentages
Cyan14.3%
Magenta43.3%
Yellow0.0%
Key (black)3.9%
Color previews
#d28bf5 text on a black background
contrast 8.75:1
Card sample
#d28bf5 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d28bf5;
Background color
Panel with #d28bf5 background
background-color: #d28bf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d28bf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 139, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 139, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d28bf5; background: linear-gradient(135deg, #d28bf5, #F58BD1);