#ee7755
a balanced, electric red · warm · closest name: coral
RGB
238, 119, 85
HSL
13°, 82%, 63%
CMYK
0, 50, 64, 7
Luminance
0.3203
Every format
| HEX | #ee7755 |
| RGB | rgb(238, 119, 85) |
| HSL | hsl(13, 82%, 63%) |
| CMYK | cmyk(0%, 50%, 64%, 7%) |
| LAB | lab(63.4 43.2 39.7) |
| LCH | lch(63.4 58.7 42.6) |
| OKLCH | oklch(0.701 0.155 36.8) |
Copy-ready code
/* CSS */
color: #ee7755;
background-color: #ee7755;
/* Tailwind (arbitrary) */
class="text-[#ee7755] bg-[#ee7755]"
/* SCSS */
$brand: #ee7755;
/* SwiftUI */
Color(red: 0.933, green: 0.467, blue: 0.333)
/* Android */
Color.parseColor("#ee7755")Accessibility — WCAG contrast
Aa
#ee7755 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7755 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green46.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow64.3%
Key (black)6.7%
Color previews
#ee7755 text on a black background
contrast 7.41:1
Card sample
#ee7755 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7755;
Background color
Panel with #ee7755 background
background-color: #ee7755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 119, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 119, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7755; background: linear-gradient(135deg, #ee7755, #EEDD55);