#eb263f
a balanced, electric red · warm · closest name: crimson
RGB
235, 38, 63
HSL
352°, 83%, 54%
CMYK
0, 84, 73, 8
Luminance
0.1941
Every format
| HEX | #eb263f |
| RGB | rgb(235, 38, 63) |
| HSL | hsl(352, 83%, 54%) |
| CMYK | cmyk(0%, 84%, 73%, 8%) |
| LAB | lab(51.2 71.8 37.4) |
| LCH | lch(51.2 80.9 27.5) |
| OKLCH | oklch(0.607 0.226 21.9) |
Copy-ready code
/* CSS */
color: #eb263f;
background-color: #eb263f;
/* Tailwind (arbitrary) */
class="text-[#eb263f] bg-[#eb263f]"
/* SCSS */
$brand: #eb263f;
/* SwiftUI */
Color(red: 0.922, green: 0.149, blue: 0.247)
/* Android */
Color.parseColor("#eb263f")Accessibility — WCAG contrast
Aa
#eb263f on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb263f on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow73.2%
Key (black)7.8%
Color previews
#eb263f text on a black background
contrast 4.88:1
Card sample
#eb263f text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb263f;
Background color
Panel with #eb263f background
background-color: #eb263f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb263f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 38, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 38, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb263f; background: linear-gradient(135deg, #eb263f, #EB9026);