#db68ff
a light, electric violet · warm · closest name: violet
RGB
219, 104, 255
HSL
286°, 100%, 70%
CMYK
14, 59, 0, 0
Luminance
0.3218
Every format
| HEX | #db68ff |
| RGB | rgb(219, 104, 255) |
| HSL | hsl(286, 100%, 70%) |
| CMYK | cmyk(14%, 59%, 0%, 0%) |
| LAB | lab(63.5 66.8 -56.1) |
| LCH | lch(63.5 87.3 320.0) |
| OKLCH | oklch(0.714 0.231 317.4) |
Copy-ready code
/* CSS */
color: #db68ff;
background-color: #db68ff;
/* Tailwind (arbitrary) */
class="text-[#db68ff] bg-[#db68ff]"
/* SCSS */
$brand: #db68ff;
/* SwiftUI */
Color(red: 0.859, green: 0.408, blue: 1.000)
/* Android */
Color.parseColor("#db68ff")Accessibility — WCAG contrast
Aa
#db68ff on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db68ff on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green40.8%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta59.2%
Yellow0.0%
Key (black)0.0%
Color previews
#db68ff text on a black background
contrast 7.44:1
Card sample
#db68ff text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db68ff;
Background color
Panel with #db68ff background
background-color: #db68ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db68ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 104, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 104, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db68ff; background: linear-gradient(135deg, #db68ff, #FF68BE);