#db8cf0
a light, electric violet · warm · closest name: violet
RGB
219, 140, 240
HSL
287°, 77%, 75%
CMYK
9, 42, 0, 6
Luminance
0.4011
Every format
| HEX | #db8cf0 |
| RGB | rgb(219, 140, 240) |
| HSL | hsl(287, 77%, 75%) |
| CMYK | cmyk(9%, 42%, 0%, 6%) |
| LAB | lab(69.5 46.2 -38.3) |
| LCH | lch(69.5 60.0 320.3) |
| OKLCH | oklch(0.756 0.161 319.0) |
Copy-ready code
/* CSS */
color: #db8cf0;
background-color: #db8cf0;
/* Tailwind (arbitrary) */
class="text-[#db8cf0] bg-[#db8cf0]"
/* SCSS */
$brand: #db8cf0;
/* SwiftUI */
Color(red: 0.859, green: 0.549, blue: 0.941)
/* Android */
Color.parseColor("#db8cf0")Accessibility — WCAG contrast
Aa
#db8cf0 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8cf0 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green54.9%
Blue94.1%
CMYK percentages
Cyan8.8%
Magenta41.7%
Yellow0.0%
Key (black)5.9%
Color previews
#db8cf0 text on a black background
contrast 9.02:1
Card sample
#db8cf0 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8cf0;
Background color
Panel with #db8cf0 background
background-color: #db8cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 140, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 140, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8cf0; background: linear-gradient(135deg, #db8cf0, #F08CC2);