#d07dfe
a light, electric violet · warm · closest name: violet
RGB
208, 125, 254
HSL
279°, 99%, 74%
CMYK
18, 51, 0, 0
Luminance
0.3523
Every format
| HEX | #d07dfe |
| RGB | rgb(208, 125, 254) |
| HSL | hsl(279, 99%, 74%) |
| CMYK | cmyk(18%, 51%, 0%, 0%) |
| LAB | lab(65.9 53.8 -51.7) |
| LCH | lch(65.9 74.6 316.1) |
| OKLCH | oklch(0.729 0.195 312.2) |
Copy-ready code
/* CSS */
color: #d07dfe;
background-color: #d07dfe;
/* Tailwind (arbitrary) */
class="text-[#d07dfe] bg-[#d07dfe]"
/* SCSS */
$brand: #d07dfe;
/* SwiftUI */
Color(red: 0.816, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#d07dfe")Accessibility — WCAG contrast
Aa
#d07dfe on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d07dfe on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green49.0%
Blue99.6%
CMYK percentages
Cyan18.1%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#d07dfe text on a black background
contrast 8.05:1
Card sample
#d07dfe text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d07dfe;
Background color
Panel with #d07dfe background
background-color: #d07dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d07dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d07dfe; background: linear-gradient(135deg, #d07dfe, #FE7DD6);