#ee3dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 61, 187
HSL
317°, 84%, 59%
CMYK
0, 74, 21, 7
Luminance
0.2510
Every format
| HEX | #ee3dbb |
| RGB | rgb(238, 61, 187) |
| HSL | hsl(317, 84%, 59%) |
| CMYK | cmyk(0%, 74%, 21%, 7%) |
| LAB | lab(57.2 76.8 -27.5) |
| LCH | lch(57.2 81.6 340.3) |
| OKLCH | oklch(0.663 0.243 342.3) |
Copy-ready code
/* CSS */
color: #ee3dbb;
background-color: #ee3dbb;
/* Tailwind (arbitrary) */
class="text-[#ee3dbb] bg-[#ee3dbb]"
/* SCSS */
$brand: #ee3dbb;
/* SwiftUI */
Color(red: 0.933, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#ee3dbb")Accessibility — WCAG contrast
Aa
#ee3dbb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee3dbb on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green23.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow21.4%
Key (black)6.7%
Color previews
#ee3dbb text on a black background
contrast 6.02:1
Card sample
#ee3dbb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee3dbb;
Background color
Panel with #ee3dbb background
background-color: #ee3dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee3dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee3dbb; background: linear-gradient(135deg, #ee3dbb, #EE3D45);