#ec3c4f
a balanced, electric red · warm · closest name: crimson
RGB
236, 60, 79
HSL
354°, 82%, 58%
CMYK
0, 75, 67, 8
Luminance
0.2163
Every format
| HEX | #ec3c4f |
| RGB | rgb(236, 60, 79) |
| HSL | hsl(354, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 67%, 8%) |
| LAB | lab(53.6 67.0 31.1) |
| LCH | lch(53.6 73.8 24.9) |
| OKLCH | oklch(0.626 0.211 20.3) |
Copy-ready code
/* CSS */
color: #ec3c4f;
background-color: #ec3c4f;
/* Tailwind (arbitrary) */
class="text-[#ec3c4f] bg-[#ec3c4f]"
/* SCSS */
$brand: #ec3c4f;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 0.310)
/* Android */
Color.parseColor("#ec3c4f")Accessibility — WCAG contrast
Aa
#ec3c4f on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3c4f on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow66.5%
Key (black)7.5%
Color previews
#ec3c4f text on a black background
contrast 5.33:1
Card sample
#ec3c4f text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3c4f;
Background color
Panel with #ec3c4f background
background-color: #ec3c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3c4f; background: linear-gradient(135deg, #ec3c4f, #EC9E3C);