#db8cf8
a light, electric violet · warm · closest name: violet
RGB
219, 140, 248
HSL
284°, 89%, 76%
CMYK
12, 44, 0, 3
Luminance
0.4059
Every format
| HEX | #db8cf8 |
| RGB | rgb(219, 140, 248) |
| HSL | hsl(284, 89%, 76%) |
| CMYK | cmyk(12%, 44%, 0%, 3%) |
| LAB | lab(69.9 47.8 -42.1) |
| LCH | lch(69.9 63.7 318.6) |
| OKLCH | oklch(0.760 0.169 316.5) |
Copy-ready code
/* CSS */
color: #db8cf8;
background-color: #db8cf8;
/* Tailwind (arbitrary) */
class="text-[#db8cf8] bg-[#db8cf8]"
/* SCSS */
$brand: #db8cf8;
/* SwiftUI */
Color(red: 0.859, green: 0.549, blue: 0.973)
/* Android */
Color.parseColor("#db8cf8")Accessibility — WCAG contrast
Aa
#db8cf8 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8cf8 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green54.9%
Blue97.3%
CMYK percentages
Cyan11.7%
Magenta43.5%
Yellow0.0%
Key (black)2.7%
Color previews
#db8cf8 text on a black background
contrast 9.12:1
Card sample
#db8cf8 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8cf8;
Background color
Panel with #db8cf8 background
background-color: #db8cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 140, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 140, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8cf8; background: linear-gradient(135deg, #db8cf8, #F88CCD);