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