#d09bfd
a light, electric violet · warm · closest name: violet
RGB
208, 155, 253
HSL
272°, 96%, 80%
CMYK
18, 39, 0, 1
Luminance
0.4394
Every format
| HEX | #d09bfd |
| RGB | rgb(208, 155, 253) |
| HSL | hsl(272, 96%, 80%) |
| CMYK | cmyk(18%, 39%, 0%, 1%) |
| LAB | lab(72.2 37.7 -41.4) |
| LCH | lch(72.2 55.9 312.3) |
| OKLCH | oklch(0.775 0.146 308.2) |
Copy-ready code
/* CSS */
color: #d09bfd;
background-color: #d09bfd;
/* Tailwind (arbitrary) */
class="text-[#d09bfd] bg-[#d09bfd]"
/* SCSS */
$brand: #d09bfd;
/* SwiftUI */
Color(red: 0.816, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#d09bfd")Accessibility — WCAG contrast
Aa
#d09bfd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09bfd on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green60.8%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d09bfd text on a black background
contrast 9.79:1
Card sample
#d09bfd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09bfd;
Background color
Panel with #d09bfd background
background-color: #d09bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09bfd; background: linear-gradient(135deg, #d09bfd, #FD9BE9);