#db8fff
a light, electric violet · warm · closest name: violet
RGB
219, 143, 255
HSL
281°, 100%, 78%
CMYK
14, 44, 0, 0
Luminance
0.4192
Every format
| HEX | #db8fff |
| RGB | rgb(219, 143, 255) |
| HSL | hsl(281, 100%, 78%) |
| CMYK | cmyk(14%, 44%, 0%, 0%) |
| LAB | lab(70.8 47.6 -44.5) |
| LCH | lch(70.8 65.2 316.9) |
| OKLCH | oklch(0.768 0.172 314.2) |
Copy-ready code
/* CSS */
color: #db8fff;
background-color: #db8fff;
/* Tailwind (arbitrary) */
class="text-[#db8fff] bg-[#db8fff]"
/* SCSS */
$brand: #db8fff;
/* SwiftUI */
Color(red: 0.859, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#db8fff")Accessibility — WCAG contrast
Aa
#db8fff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8fff on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green56.1%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#db8fff text on a black background
contrast 9.38:1
Card sample
#db8fff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8fff;
Background color
Panel with #db8fff background
background-color: #db8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8fff; background: linear-gradient(135deg, #db8fff, #FF8FD8);