#eb455f
a balanced, electric red · warm · closest name: crimson
RGB
235, 69, 95
HSL
351°, 81%, 60%
CMYK
0, 71, 60, 8
Luminance
0.2274
Every format
| HEX | #eb455f |
| RGB | rgb(235, 69, 95) |
| HSL | hsl(351, 81%, 60%) |
| CMYK | cmyk(0%, 71%, 60%, 8%) |
| LAB | lab(54.8 64.6 23.1) |
| LCH | lch(54.8 68.6 19.7) |
| OKLCH | oklch(0.636 0.201 16.3) |
Copy-ready code
/* CSS */
color: #eb455f;
background-color: #eb455f;
/* Tailwind (arbitrary) */
class="text-[#eb455f] bg-[#eb455f]"
/* SCSS */
$brand: #eb455f;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.373)
/* Android */
Color.parseColor("#eb455f")Accessibility — WCAG contrast
Aa
#eb455f on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb455f on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow59.6%
Key (black)7.8%
Color previews
#eb455f text on a black background
contrast 5.55:1
Card sample
#eb455f text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb455f;
Background color
Panel with #eb455f background
background-color: #eb455f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb455f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb455f; background: linear-gradient(135deg, #eb455f, #EB9A45);