#ee5dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 93, 187
HSL
321°, 81%, 65%
CMYK
0, 61, 21, 7
Luminance
0.2959
Every format
| HEX | #ee5dbb |
| RGB | rgb(238, 93, 187) |
| HSL | hsl(321, 81%, 65%) |
| CMYK | cmyk(0%, 61%, 21%, 7%) |
| LAB | lab(61.3 65.4 -21.2) |
| LCH | lch(61.3 68.7 342.0) |
| OKLCH | oklch(0.693 0.204 343.9) |
Copy-ready code
/* CSS */
color: #ee5dbb;
background-color: #ee5dbb;
/* Tailwind (arbitrary) */
class="text-[#ee5dbb] bg-[#ee5dbb]"
/* SCSS */
$brand: #ee5dbb;
/* SwiftUI */
Color(red: 0.933, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#ee5dbb")Accessibility — WCAG contrast
Aa
#ee5dbb on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee5dbb on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green36.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow21.4%
Key (black)6.7%
Color previews
#ee5dbb text on a black background
contrast 6.92:1
Card sample
#ee5dbb text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee5dbb;
Background color
Panel with #ee5dbb background
background-color: #ee5dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee5dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee5dbb; background: linear-gradient(135deg, #ee5dbb, #EE605D);