#d45eee
a light, electric violet · warm · closest name: violet
RGB
212, 94, 238
HSL
289°, 81%, 65%
CMYK
11, 61, 0, 7
Luminance
0.2818
Every format
| HEX | #d45eee |
| RGB | rgb(212, 94, 238) |
| HSL | hsl(289, 81%, 65%) |
| CMYK | cmyk(11%, 61%, 0%, 7%) |
| LAB | lab(60.0 66.4 -52.2) |
| LCH | lch(60.0 84.5 321.8) |
| OKLCH | oklch(0.684 0.227 320.0) |
Copy-ready code
/* CSS */
color: #d45eee;
background-color: #d45eee;
/* Tailwind (arbitrary) */
class="text-[#d45eee] bg-[#d45eee]"
/* SCSS */
$brand: #d45eee;
/* SwiftUI */
Color(red: 0.831, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#d45eee")Accessibility — WCAG contrast
Aa
#d45eee on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45eee on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green36.9%
Blue93.3%
CMYK percentages
Cyan10.9%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#d45eee text on a black background
contrast 6.64:1
Card sample
#d45eee text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45eee;
Background color
Panel with #d45eee background
background-color: #d45eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45eee; background: linear-gradient(135deg, #d45eee, #EE5EA8);