#d06afb
a light, electric violet · warm · closest name: violet
RGB
208, 106, 251
HSL
282°, 95%, 70%
CMYK
17, 58, 0, 2
Luminance
0.3068
Every format
| HEX | #d06afb |
| RGB | rgb(208, 106, 251) |
| HSL | hsl(282, 95%, 70%) |
| CMYK | cmyk(17%, 58%, 0%, 2%) |
| LAB | lab(62.2 62.5 -56.0) |
| LCH | lch(62.2 83.9 318.2) |
| OKLCH | oklch(0.701 0.220 314.7) |
Copy-ready code
/* CSS */
color: #d06afb;
background-color: #d06afb;
/* Tailwind (arbitrary) */
class="text-[#d06afb] bg-[#d06afb]"
/* SCSS */
$brand: #d06afb;
/* SwiftUI */
Color(red: 0.816, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#d06afb")Accessibility — WCAG contrast
Aa
#d06afb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d06afb on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green41.6%
Blue98.4%
CMYK percentages
Cyan17.1%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#d06afb text on a black background
contrast 7.14:1
Card sample
#d06afb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d06afb;
Background color
Panel with #d06afb background
background-color: #d06afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d06afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d06afb; background: linear-gradient(135deg, #d06afb, #FB6AC5);