#ee4466
a balanced, electric red · warm · closest name: crimson
RGB
238, 68, 102
HSL
348°, 83%, 60%
CMYK
0, 71, 57, 7
Luminance
0.2327
Every format
| HEX | #ee4466 |
| RGB | rgb(238, 68, 102) |
| HSL | hsl(348, 83%, 60%) |
| CMYK | cmyk(0%, 71%, 57%, 7%) |
| LAB | lab(55.4 66.3 19.8) |
| LCH | lch(55.4 69.2 16.6) |
| OKLCH | oklch(0.641 0.205 13.8) |
Copy-ready code
/* CSS */
color: #ee4466;
background-color: #ee4466;
/* Tailwind (arbitrary) */
class="text-[#ee4466] bg-[#ee4466]"
/* SCSS */
$brand: #ee4466;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 0.400)
/* Android */
Color.parseColor("#ee4466")Accessibility — WCAG contrast
Aa
#ee4466 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4466 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow57.1%
Key (black)6.7%
Color previews
#ee4466 text on a black background
contrast 5.65:1
Card sample
#ee4466 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4466;
Background color
Panel with #ee4466 background
background-color: #ee4466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4466; background: linear-gradient(135deg, #ee4466, #EE9344);