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