#db8cf7
a light, electric violet · warm · closest name: violet
RGB
219, 140, 247
HSL
284°, 87%, 76%
CMYK
11, 43, 0, 3
Luminance
0.4053
Every format
| HEX | #db8cf7 |
| RGB | rgb(219, 140, 247) |
| HSL | hsl(284, 87%, 76%) |
| CMYK | cmyk(11%, 43%, 0%, 3%) |
| LAB | lab(69.8 47.6 -41.7) |
| LCH | lch(69.8 63.2 318.8) |
| OKLCH | oklch(0.759 0.168 316.8) |
Copy-ready code
/* CSS */
color: #db8cf7;
background-color: #db8cf7;
/* Tailwind (arbitrary) */
class="text-[#db8cf7] bg-[#db8cf7]"
/* SCSS */
$brand: #db8cf7;
/* SwiftUI */
Color(red: 0.859, green: 0.549, blue: 0.969)
/* Android */
Color.parseColor("#db8cf7")Accessibility — WCAG contrast
Aa
#db8cf7 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8cf7 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green54.9%
Blue96.9%
CMYK percentages
Cyan11.3%
Magenta43.3%
Yellow0.0%
Key (black)3.1%
Color previews
#db8cf7 text on a black background
contrast 9.11:1
Card sample
#db8cf7 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8cf7;
Background color
Panel with #db8cf7 background
background-color: #db8cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 140, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 140, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8cf7; background: linear-gradient(135deg, #db8cf7, #F78CCC);