#db7fff
a light, electric violet · warm · closest name: violet
RGB
219, 127, 255
HSL
283°, 100%, 75%
CMYK
14, 50, 0, 0
Luminance
0.3746
Every format
| HEX | #db7fff |
| RGB | rgb(219, 127, 255) |
| HSL | hsl(283, 100%, 75%) |
| CMYK | cmyk(14%, 50%, 0%, 0%) |
| LAB | lab(67.6 55.8 -49.5) |
| LCH | lch(67.6 74.7 318.4) |
| OKLCH | oklch(0.744 0.197 315.7) |
Copy-ready code
/* CSS */
color: #db7fff;
background-color: #db7fff;
/* Tailwind (arbitrary) */
class="text-[#db7fff] bg-[#db7fff]"
/* SCSS */
$brand: #db7fff;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#db7fff")Accessibility — WCAG contrast
Aa
#db7fff on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7fff on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#db7fff text on a black background
contrast 8.49:1
Card sample
#db7fff text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7fff;
Background color
Panel with #db7fff background
background-color: #db7fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7fff; background: linear-gradient(135deg, #db7fff, #FF7FCE);