#eb413f
a balanced, electric red · warm · closest name: crimson
RGB
235, 65, 63
HSL
1°, 81%, 58%
CMYK
0, 72, 73, 8
Luminance
0.2180
Every format
| HEX | #eb413f |
| RGB | rgb(235, 65, 63) |
| HSL | hsl(1, 81%, 58%) |
| CMYK | cmyk(0%, 72%, 73%, 8%) |
| LAB | lab(53.8 64.3 40.4) |
| LCH | lch(53.8 76.0 32.2) |
| OKLCH | oklch(0.627 0.207 26.0) |
Copy-ready code
/* CSS */
color: #eb413f;
background-color: #eb413f;
/* Tailwind (arbitrary) */
class="text-[#eb413f] bg-[#eb413f]"
/* SCSS */
$brand: #eb413f;
/* SwiftUI */
Color(red: 0.922, green: 0.255, blue: 0.247)
/* Android */
Color.parseColor("#eb413f")Accessibility — WCAG contrast
Aa
#eb413f on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb413f on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow73.2%
Key (black)7.8%
Color previews
#eb413f text on a black background
contrast 5.36:1
Card sample
#eb413f text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb413f;
Background color
Panel with #eb413f background
background-color: #eb413f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb413f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 65, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 65, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb413f; background: linear-gradient(135deg, #eb413f, #EBB43F);