#db9bfe
a light, electric violet · warm · closest name: violet
RGB
219, 155, 254
HSL
279°, 98%, 80%
CMYK
14, 39, 0, 0
Luminance
0.4566
Every format
| HEX | #db9bfe |
| RGB | rgb(219, 155, 254) |
| HSL | hsl(279, 98%, 80%) |
| CMYK | cmyk(14%, 39%, 0%, 0%) |
| LAB | lab(73.3 41.1 -40.0) |
| LCH | lch(73.3 57.4 315.7) |
| OKLCH | oklch(0.787 0.151 312.9) |
Copy-ready code
/* CSS */
color: #db9bfe;
background-color: #db9bfe;
/* Tailwind (arbitrary) */
class="text-[#db9bfe] bg-[#db9bfe]"
/* SCSS */
$brand: #db9bfe;
/* SwiftUI */
Color(red: 0.859, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#db9bfe")Accessibility — WCAG contrast
Aa
#db9bfe on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9bfe on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green60.8%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#db9bfe text on a black background
contrast 10.13:1
Card sample
#db9bfe text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9bfe;
Background color
Panel with #db9bfe background
background-color: #db9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9bfe; background: linear-gradient(135deg, #db9bfe, #FE9BDF);