#d07cfd
a light, electric violet · warm · closest name: violet
RGB
208, 124, 253
HSL
279°, 97%, 74%
CMYK
18, 51, 0, 1
Luminance
0.3492
Every format
| HEX | #d07cfd |
| RGB | rgb(208, 124, 253) |
| HSL | hsl(279, 97%, 74%) |
| CMYK | cmyk(18%, 51%, 0%, 1%) |
| LAB | lab(65.7 54.1 -51.6) |
| LCH | lch(65.7 74.7 316.4) |
| OKLCH | oklch(0.727 0.196 312.6) |
Copy-ready code
/* CSS */
color: #d07cfd;
background-color: #d07cfd;
/* Tailwind (arbitrary) */
class="text-[#d07cfd] bg-[#d07cfd]"
/* SCSS */
$brand: #d07cfd;
/* SwiftUI */
Color(red: 0.816, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#d07cfd")Accessibility — WCAG contrast
Aa
#d07cfd on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d07cfd on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green48.6%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d07cfd text on a black background
contrast 7.98:1
Card sample
#d07cfd text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d07cfd;
Background color
Panel with #d07cfd background
background-color: #d07cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d07cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d07cfd; background: linear-gradient(135deg, #d07cfd, #FD7CD4);