#eb383f
a balanced, electric red · warm · closest name: crimson
RGB
235, 56, 63
HSL
358°, 82%, 57%
CMYK
0, 76, 73, 8
Luminance
0.2085
Every format
| HEX | #eb383f |
| RGB | rgb(235, 56, 63) |
| HSL | hsl(358, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 73%, 8%) |
| LAB | lab(52.8 67.2 39.3) |
| LCH | lch(52.8 77.8 30.3) |
| OKLCH | oklch(0.619 0.214 24.4) |
Copy-ready code
/* CSS */
color: #eb383f;
background-color: #eb383f;
/* Tailwind (arbitrary) */
class="text-[#eb383f] bg-[#eb383f]"
/* SCSS */
$brand: #eb383f;
/* SwiftUI */
Color(red: 0.922, green: 0.220, blue: 0.247)
/* Android */
Color.parseColor("#eb383f")Accessibility — WCAG contrast
Aa
#eb383f on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb383f on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow73.2%
Key (black)7.8%
Color previews
#eb383f text on a black background
contrast 5.17:1
Card sample
#eb383f text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb383f;
Background color
Panel with #eb383f background
background-color: #eb383f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb383f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 56, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 56, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb383f; background: linear-gradient(135deg, #eb383f, #EBA938);