#ec103c
a balanced, electric red · warm · closest name: crimson
RGB
236, 16, 60
HSL
348°, 87%, 49%
CMYK
0, 93, 75, 8
Luminance
0.1853
Every format
| HEX | #ec103c |
| RGB | rgb(236, 16, 60) |
| HSL | hsl(348, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 75%, 8%) |
| LAB | lab(50.1 75.3 38.0) |
| LCH | lch(50.1 84.4 26.8) |
| OKLCH | oklch(0.600 0.236 21.1) |
Copy-ready code
/* CSS */
color: #ec103c;
background-color: #ec103c;
/* Tailwind (arbitrary) */
class="text-[#ec103c] bg-[#ec103c]"
/* SCSS */
$brand: #ec103c;
/* SwiftUI */
Color(red: 0.925, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#ec103c")Accessibility — WCAG contrast
Aa
#ec103c on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec103c on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow74.6%
Key (black)7.5%
Color previews
#ec103c text on a black background
contrast 4.71:1
Card sample
#ec103c text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec103c;
Background color
Panel with #ec103c background
background-color: #ec103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec103c; background: linear-gradient(135deg, #ec103c, #EC7710);