#db9fff
a light, electric violet · warm · closest name: violet
RGB
219, 159, 255
HSL
278°, 100%, 81%
CMYK
14, 38, 0, 0
Luminance
0.4708
Every format
| HEX | #db9fff |
| RGB | rgb(219, 159, 255) |
| HSL | hsl(278, 100%, 81%) |
| CMYK | cmyk(14%, 38%, 0%, 0%) |
| LAB | lab(74.2 39.1 -39.2) |
| LCH | lch(74.2 55.4 315.0) |
| OKLCH | oklch(0.794 0.146 312.1) |
Copy-ready code
/* CSS */
color: #db9fff;
background-color: #db9fff;
/* Tailwind (arbitrary) */
class="text-[#db9fff] bg-[#db9fff]"
/* SCSS */
$brand: #db9fff;
/* SwiftUI */
Color(red: 0.859, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#db9fff")Accessibility — WCAG contrast
Aa
#db9fff on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9fff on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.4%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#db9fff text on a black background
contrast 10.42:1
Card sample
#db9fff text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9fff;
Background color
Panel with #db9fff background
background-color: #db9fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9fff; background: linear-gradient(135deg, #db9fff, #FF9FE3);