#ee97eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
238, 151, 235
HSL
302°, 72%, 76%
CMYK
0, 37, 1, 7
Luminance
0.4631
Every format
| HEX | #ee97eb |
| RGB | rgb(238, 151, 235) |
| HSL | hsl(302, 72%, 76%) |
| CMYK | cmyk(0%, 37%, 1%, 7%) |
| LAB | lab(73.8 45.2 -28.9) |
| LCH | lch(73.8 53.6 327.4) |
| OKLCH | oklch(0.792 0.148 328.1) |
Copy-ready code
/* CSS */
color: #ee97eb;
background-color: #ee97eb;
/* Tailwind (arbitrary) */
class="text-[#ee97eb] bg-[#ee97eb]"
/* SCSS */
$brand: #ee97eb;
/* SwiftUI */
Color(red: 0.933, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#ee97eb")Accessibility — WCAG contrast
Aa
#ee97eb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee97eb on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green59.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow1.3%
Key (black)6.7%
Color previews
#ee97eb text on a black background
contrast 10.26:1
Card sample
#ee97eb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee97eb;
Background color
Panel with #ee97eb background
background-color: #ee97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee97eb; background: linear-gradient(135deg, #ee97eb, #EE97B1);