#ec3c3f
a balanced, electric red · warm · closest name: crimson
RGB
236, 60, 63
HSL
359°, 82%, 58%
CMYK
0, 75, 73, 8
Luminance
0.2142
Every format
| HEX | #ec3c3f |
| RGB | rgb(236, 60, 63) |
| HSL | hsl(359, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 73%, 8%) |
| LAB | lab(53.4 66.2 40.0) |
| LCH | lch(53.4 77.4 31.1) |
| OKLCH | oklch(0.624 0.212 25.1) |
Copy-ready code
/* CSS */
color: #ec3c3f;
background-color: #ec3c3f;
/* Tailwind (arbitrary) */
class="text-[#ec3c3f] bg-[#ec3c3f]"
/* SCSS */
$brand: #ec3c3f;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 0.247)
/* Android */
Color.parseColor("#ec3c3f")Accessibility — WCAG contrast
Aa
#ec3c3f on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3c3f on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow73.3%
Key (black)7.5%
Color previews
#ec3c3f text on a black background
contrast 5.28:1
Card sample
#ec3c3f text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3c3f;
Background color
Panel with #ec3c3f background
background-color: #ec3c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3c3f; background: linear-gradient(135deg, #ec3c3f, #ECAE3C);