#eb264b
a balanced, electric red · warm · closest name: crimson
RGB
235, 38, 75
HSL
349°, 83%, 54%
CMYK
0, 84, 68, 8
Luminance
0.1956
Every format
| HEX | #eb264b |
| RGB | rgb(235, 38, 75) |
| HSL | hsl(349, 83%, 54%) |
| CMYK | cmyk(0%, 84%, 68%, 8%) |
| LAB | lab(51.3 72.3 30.5) |
| LCH | lch(51.3 78.5 22.9) |
| OKLCH | oklch(0.609 0.226 18.4) |
Copy-ready code
/* CSS */
color: #eb264b;
background-color: #eb264b;
/* Tailwind (arbitrary) */
class="text-[#eb264b] bg-[#eb264b]"
/* SCSS */
$brand: #eb264b;
/* SwiftUI */
Color(red: 0.922, green: 0.149, blue: 0.294)
/* Android */
Color.parseColor("#eb264b")Accessibility — WCAG contrast
Aa
#eb264b on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb264b on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow68.1%
Key (black)7.8%
Color previews
#eb264b text on a black background
contrast 4.91:1
Card sample
#eb264b text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb264b;
Background color
Panel with #eb264b background
background-color: #eb264b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb264b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 38, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 38, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb264b; background: linear-gradient(135deg, #eb264b, #EB8426);