#eb272f
a balanced, electric red · warm · closest name: crimson
RGB
235, 39, 47
HSL
358°, 83%, 54%
CMYK
0, 83, 80, 8
Luminance
0.1932
Every format
| HEX | #eb272f |
| RGB | rgb(235, 39, 47) |
| HSL | hsl(358, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 80%, 8%) |
| LAB | lab(51.1 71.0 46.2) |
| LCH | lch(51.1 84.7 33.1) |
| OKLCH | oklch(0.606 0.227 25.9) |
Copy-ready code
/* CSS */
color: #eb272f;
background-color: #eb272f;
/* Tailwind (arbitrary) */
class="text-[#eb272f] bg-[#eb272f]"
/* SCSS */
$brand: #eb272f;
/* SwiftUI */
Color(red: 0.922, green: 0.153, blue: 0.184)
/* Android */
Color.parseColor("#eb272f")Accessibility — WCAG contrast
Aa
#eb272f on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb272f on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow80.0%
Key (black)7.8%
Color previews
#eb272f text on a black background
contrast 4.86:1
Card sample
#eb272f text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb272f;
Background color
Panel with #eb272f background
background-color: #eb272f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb272f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 39, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 39, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb272f; background: linear-gradient(135deg, #eb272f, #EBA227);