#ee253f
a balanced, electric red · warm · closest name: crimson
RGB
238, 37, 63
HSL
352°, 86%, 54%
CMYK
0, 85, 74, 7
Luminance
0.1986
Every format
| HEX | #ee253f |
| RGB | rgb(238, 37, 63) |
| HSL | hsl(352, 86%, 54%) |
| CMYK | cmyk(0%, 85%, 74%, 7%) |
| LAB | lab(51.7 72.8 38.1) |
| LCH | lch(51.7 82.2 27.7) |
| OKLCH | oklch(0.612 0.229 22.0) |
Copy-ready code
/* CSS */
color: #ee253f;
background-color: #ee253f;
/* Tailwind (arbitrary) */
class="text-[#ee253f] bg-[#ee253f]"
/* SCSS */
$brand: #ee253f;
/* SwiftUI */
Color(red: 0.933, green: 0.145, blue: 0.247)
/* Android */
Color.parseColor("#ee253f")Accessibility — WCAG contrast
Aa
#ee253f on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee253f on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green14.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow73.5%
Key (black)6.7%
Color previews
#ee253f text on a black background
contrast 4.97:1
Card sample
#ee253f text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee253f;
Background color
Panel with #ee253f background
background-color: #ee253f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee253f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 37, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 37, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee253f; background: linear-gradient(135deg, #ee253f, #EE9125);