#eb313f
a balanced, electric red · warm · closest name: crimson
RGB
235, 49, 63
HSL
356°, 82%, 56%
CMYK
0, 79, 73, 8
Luminance
0.2022
Every format
| HEX | #eb313f |
| RGB | rgb(235, 49, 63) |
| HSL | hsl(356, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 73%, 8%) |
| LAB | lab(52.1 69.2 38.5) |
| LCH | lch(52.1 79.1 29.1) |
| OKLCH | oklch(0.614 0.219 23.3) |
Copy-ready code
/* CSS */
color: #eb313f;
background-color: #eb313f;
/* Tailwind (arbitrary) */
class="text-[#eb313f] bg-[#eb313f]"
/* SCSS */
$brand: #eb313f;
/* SwiftUI */
Color(red: 0.922, green: 0.192, blue: 0.247)
/* Android */
Color.parseColor("#eb313f")Accessibility — WCAG contrast
Aa
#eb313f on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb313f on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow73.2%
Key (black)7.8%
Color previews
#eb313f text on a black background
contrast 5.04:1
Card sample
#eb313f text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb313f;
Background color
Panel with #eb313f background
background-color: #eb313f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb313f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 49, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 49, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb313f; background: linear-gradient(135deg, #eb313f, #EB9F31);