#d25eee
a light, electric violet · warm · closest name: violet
RGB
210, 94, 238
HSL
288°, 81%, 65%
CMYK
12, 61, 0, 7
Luminance
0.2788
Every format
| HEX | #d25eee |
| RGB | rgb(210, 94, 238) |
| HSL | hsl(288, 81%, 65%) |
| CMYK | cmyk(12%, 61%, 0%, 7%) |
| LAB | lab(59.8 66.0 -52.6) |
| LCH | lch(59.8 84.4 321.4) |
| OKLCH | oklch(0.681 0.226 319.4) |
Copy-ready code
/* CSS */
color: #d25eee;
background-color: #d25eee;
/* Tailwind (arbitrary) */
class="text-[#d25eee] bg-[#d25eee]"
/* SCSS */
$brand: #d25eee;
/* SwiftUI */
Color(red: 0.824, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#d25eee")Accessibility — WCAG contrast
Aa
#d25eee on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d25eee on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green36.9%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#d25eee text on a black background
contrast 6.58:1
Card sample
#d25eee text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d25eee;
Background color
Panel with #d25eee background
background-color: #d25eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d25eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d25eee; background: linear-gradient(135deg, #d25eee, #EE5EAA);