#ee92fd
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 146, 253
HSL
292°, 96%, 78%
CMYK
6, 42, 0, 1
Luminance
0.4583
Every format
| HEX | #ee92fd |
| RGB | rgb(238, 146, 253) |
| HSL | hsl(292, 96%, 78%) |
| CMYK | cmyk(6%, 42%, 0%, 1%) |
| LAB | lab(73.4 51.1 -39.2) |
| LCH | lch(73.4 64.4 322.5) |
| OKLCH | oklch(0.792 0.174 321.8) |
Copy-ready code
/* CSS */
color: #ee92fd;
background-color: #ee92fd;
/* Tailwind (arbitrary) */
class="text-[#ee92fd] bg-[#ee92fd]"
/* SCSS */
$brand: #ee92fd;
/* SwiftUI */
Color(red: 0.933, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#ee92fd")Accessibility — WCAG contrast
Aa
#ee92fd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee92fd on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green57.3%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ee92fd text on a black background
contrast 10.17:1
Card sample
#ee92fd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee92fd;
Background color
Panel with #ee92fd background
background-color: #ee92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee92fd; background: linear-gradient(135deg, #ee92fd, #FD92C5);