#ee6dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
238, 109, 187
HSL
324°, 79%, 68%
CMYK
0, 54, 21, 7
Luminance
0.3270
Every format
| HEX | #ee6dbb |
| RGB | rgb(238, 109, 187) |
| HSL | hsl(324, 79%, 68%) |
| CMYK | cmyk(0%, 54%, 21%, 7%) |
| LAB | lab(63.9 58.3 -17.2) |
| LCH | lch(63.9 60.8 343.5) |
| OKLCH | oklch(0.713 0.180 345.4) |
Copy-ready code
/* CSS */
color: #ee6dbb;
background-color: #ee6dbb;
/* Tailwind (arbitrary) */
class="text-[#ee6dbb] bg-[#ee6dbb]"
/* SCSS */
$brand: #ee6dbb;
/* SwiftUI */
Color(red: 0.933, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#ee6dbb")Accessibility — WCAG contrast
Aa
#ee6dbb on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee6dbb on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green42.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow21.4%
Key (black)6.7%
Color previews
#ee6dbb text on a black background
contrast 7.54:1
Card sample
#ee6dbb text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6dbb;
Background color
Panel with #ee6dbb background
background-color: #ee6dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6dbb; background: linear-gradient(135deg, #ee6dbb, #EE756D);