#db7cef
a light, electric violet · warm · closest name: violet
RGB
219, 124, 239
HSL
290°, 78%, 71%
CMYK
8, 48, 0, 6
Luminance
0.3571
Every format
| HEX | #db7cef |
| RGB | rgb(219, 124, 239) |
| HSL | hsl(290, 78%, 71%) |
| CMYK | cmyk(8%, 48%, 0%, 6%) |
| LAB | lab(66.3 54.2 -42.8) |
| LCH | lch(66.3 69.1 321.7) |
| OKLCH | oklch(0.732 0.186 320.5) |
Copy-ready code
/* CSS */
color: #db7cef;
background-color: #db7cef;
/* Tailwind (arbitrary) */
class="text-[#db7cef] bg-[#db7cef]"
/* SCSS */
$brand: #db7cef;
/* SwiftUI */
Color(red: 0.859, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#db7cef")Accessibility — WCAG contrast
Aa
#db7cef on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7cef on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green48.6%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#db7cef text on a black background
contrast 8.14:1
Card sample
#db7cef text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7cef;
Background color
Panel with #db7cef background
background-color: #db7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7cef; background: linear-gradient(135deg, #db7cef, #EF7CB6);