#eb103f
a balanced, electric red · warm · closest name: crimson
RGB
235, 16, 63
HSL
347°, 87%, 49%
CMYK
0, 93, 73, 8
Luminance
0.1839
Every format
| HEX | #eb103f |
| RGB | rgb(235, 16, 63) |
| HSL | hsl(347, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 73%, 8%) |
| LAB | lab(50.0 75.2 36.0) |
| LCH | lch(50.0 83.4 25.6) |
| OKLCH | oklch(0.598 0.235 20.2) |
Copy-ready code
/* CSS */
color: #eb103f;
background-color: #eb103f;
/* Tailwind (arbitrary) */
class="text-[#eb103f] bg-[#eb103f]"
/* SCSS */
$brand: #eb103f;
/* SwiftUI */
Color(red: 0.922, green: 0.063, blue: 0.247)
/* Android */
Color.parseColor("#eb103f")Accessibility — WCAG contrast
Aa
#eb103f on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb103f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green6.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow73.2%
Key (black)7.8%
Color previews
#eb103f text on a black background
contrast 4.68:1
Card sample
#eb103f text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb103f;
Background color
Panel with #eb103f background
background-color: #eb103f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb103f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 16, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 16, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb103f; background: linear-gradient(135deg, #eb103f, #EB7310);