#ee99ff
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 153, 255
HSL
290°, 100%, 80%
CMYK
7, 40, 0, 0
Luminance
0.4818
Every format
| HEX | #ee99ff |
| RGB | rgb(238, 153, 255) |
| HSL | hsl(290, 100%, 80%) |
| CMYK | cmyk(7%, 40%, 0%, 0%) |
| LAB | lab(74.9 47.9 -37.9) |
| LCH | lch(74.9 61.0 321.6) |
| OKLCH | oklch(0.803 0.165 320.8) |
Copy-ready code
/* CSS */
color: #ee99ff;
background-color: #ee99ff;
/* Tailwind (arbitrary) */
class="text-[#ee99ff] bg-[#ee99ff]"
/* SCSS */
$brand: #ee99ff;
/* SwiftUI */
Color(red: 0.933, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#ee99ff")Accessibility — WCAG contrast
Aa
#ee99ff on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee99ff on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green60.0%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ee99ff text on a black background
contrast 10.64:1
Card sample
#ee99ff text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee99ff;
Background color
Panel with #ee99ff background
background-color: #ee99ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee99ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee99ff; background: linear-gradient(135deg, #ee99ff, #FF99CC);