#db85ff
a light, electric violet · warm · closest name: violet
RGB
219, 133, 255
HSL
282°, 100%, 76%
CMYK
14, 48, 0, 0
Luminance
0.3906
Every format
| HEX | #db85ff |
| RGB | rgb(219, 133, 255) |
| HSL | hsl(282, 100%, 76%) |
| CMYK | cmyk(14%, 48%, 0%, 0%) |
| LAB | lab(68.8 52.8 -47.7) |
| LCH | lch(68.8 71.2 317.9) |
| OKLCH | oklch(0.753 0.188 315.2) |
Copy-ready code
/* CSS */
color: #db85ff;
background-color: #db85ff;
/* Tailwind (arbitrary) */
class="text-[#db85ff] bg-[#db85ff]"
/* SCSS */
$brand: #db85ff;
/* SwiftUI */
Color(red: 0.859, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#db85ff")Accessibility — WCAG contrast
Aa
#db85ff on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db85ff on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green52.2%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#db85ff text on a black background
contrast 8.81:1
Card sample
#db85ff text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db85ff;
Background color
Panel with #db85ff background
background-color: #db85ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db85ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db85ff; background: linear-gradient(135deg, #db85ff, #FF85D2);