#eb233f
a balanced, electric red · warm · closest name: crimson
RGB
235, 35, 63
HSL
352°, 83%, 53%
CMYK
0, 85, 73, 8
Luminance
0.1922
Every format
| HEX | #eb233f |
| RGB | rgb(235, 35, 63) |
| HSL | hsl(352, 83%, 53%) |
| CMYK | cmyk(0%, 85%, 73%, 8%) |
| LAB | lab(51.0 72.4 37.1) |
| LCH | lch(51.0 81.3 27.2) |
| OKLCH | oklch(0.605 0.228 21.6) |
Copy-ready code
/* CSS */
color: #eb233f;
background-color: #eb233f;
/* Tailwind (arbitrary) */
class="text-[#eb233f] bg-[#eb233f]"
/* SCSS */
$brand: #eb233f;
/* SwiftUI */
Color(red: 0.922, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#eb233f")Accessibility — WCAG contrast
Aa
#eb233f on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb233f on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow73.2%
Key (black)7.8%
Color previews
#eb233f text on a black background
contrast 4.84:1
Card sample
#eb233f text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb233f;
Background color
Panel with #eb233f background
background-color: #eb233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb233f; background: linear-gradient(135deg, #eb233f, #EB8C23);