#db70ff
a light, electric violet · warm · closest name: violet
RGB
219, 112, 255
HSL
285°, 100%, 72%
CMYK
14, 56, 0, 0
Luminance
0.3387
Every format
| HEX | #db70ff |
| RGB | rgb(219, 112, 255) |
| HSL | hsl(285, 100%, 72%) |
| CMYK | cmyk(14%, 56%, 0%, 0%) |
| LAB | lab(64.9 63.1 -53.9) |
| LCH | lch(64.9 83.0 319.5) |
| OKLCH | oklch(0.724 0.220 316.9) |
Copy-ready code
/* CSS */
color: #db70ff;
background-color: #db70ff;
/* Tailwind (arbitrary) */
class="text-[#db70ff] bg-[#db70ff]"
/* SCSS */
$brand: #db70ff;
/* SwiftUI */
Color(red: 0.859, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#db70ff")Accessibility — WCAG contrast
Aa
#db70ff on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db70ff on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.9%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#db70ff text on a black background
contrast 7.77:1
Card sample
#db70ff text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db70ff;
Background color
Panel with #db70ff background
background-color: #db70ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db70ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db70ff; background: linear-gradient(135deg, #db70ff, #FF70C4);