#db88f3
a light, electric violet · warm · closest name: violet
RGB
219, 136, 243
HSL
287°, 82%, 74%
CMYK
10, 44, 0, 5
Luminance
0.3914
Every format
| HEX | #db88f3 |
| RGB | rgb(219, 136, 243) |
| HSL | hsl(287, 82%, 74%) |
| CMYK | cmyk(10%, 44%, 0%, 5%) |
| LAB | lab(68.8 48.9 -41.0) |
| LCH | lch(68.8 63.8 320.0) |
| OKLCH | oklch(0.751 0.171 318.4) |
Copy-ready code
/* CSS */
color: #db88f3;
background-color: #db88f3;
/* Tailwind (arbitrary) */
class="text-[#db88f3] bg-[#db88f3]"
/* SCSS */
$brand: #db88f3;
/* SwiftUI */
Color(red: 0.859, green: 0.533, blue: 0.953)
/* Android */
Color.parseColor("#db88f3")Accessibility — WCAG contrast
Aa
#db88f3 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db88f3 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green53.3%
Blue95.3%
CMYK percentages
Cyan9.9%
Magenta44.0%
Yellow0.0%
Key (black)4.7%
Color previews
#db88f3 text on a black background
contrast 8.83:1
Card sample
#db88f3 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db88f3;
Background color
Panel with #db88f3 background
background-color: #db88f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db88f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 136, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 136, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db88f3; background: linear-gradient(135deg, #db88f3, #F388C4);