#d06bfd
a light, electric violet · warm · closest name: violet
RGB
208, 107, 253
HSL
282°, 97%, 71%
CMYK
18, 58, 0, 1
Luminance
0.3102
Every format
| HEX | #d06bfd |
| RGB | rgb(208, 107, 253) |
| HSL | hsl(282, 97%, 71%) |
| CMYK | cmyk(18%, 58%, 0%, 1%) |
| LAB | lab(62.5 62.5 -56.6) |
| LCH | lch(62.5 84.3 317.8) |
| OKLCH | oklch(0.704 0.221 314.1) |
Copy-ready code
/* CSS */
color: #d06bfd;
background-color: #d06bfd;
/* Tailwind (arbitrary) */
class="text-[#d06bfd] bg-[#d06bfd]"
/* SCSS */
$brand: #d06bfd;
/* SwiftUI */
Color(red: 0.816, green: 0.420, blue: 0.992)
/* Android */
Color.parseColor("#d06bfd")Accessibility — WCAG contrast
Aa
#d06bfd on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d06bfd on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green42.0%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta57.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d06bfd text on a black background
contrast 7.20:1
Card sample
#d06bfd text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d06bfd;
Background color
Panel with #d06bfd background
background-color: #d06bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d06bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 107, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 107, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d06bfd; background: linear-gradient(135deg, #d06bfd, #FD6BC9);