#e7233f
a balanced, electric red · warm · closest name: crimson
RGB
231, 35, 63
HSL
351°, 80%, 52%
CMYK
0, 85, 73, 9
Luminance
0.1855
Every format
| HEX | #e7233f |
| RGB | rgb(231, 35, 63) |
| HSL | hsl(351, 80%, 52%) |
| CMYK | cmyk(0%, 85%, 73%, 9%) |
| LAB | lab(50.2 71.3 36.0) |
| LCH | lch(50.2 79.9 26.8) |
| OKLCH | oklch(0.598 0.224 21.3) |
Copy-ready code
/* CSS */
color: #e7233f;
background-color: #e7233f;
/* Tailwind (arbitrary) */
class="text-[#e7233f] bg-[#e7233f]"
/* SCSS */
$brand: #e7233f;
/* SwiftUI */
Color(red: 0.906, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#e7233f")Accessibility — WCAG contrast
Aa
#e7233f on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e7233f on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta84.8%
Yellow72.7%
Key (black)9.4%
Color previews
#e7233f text on a black background
contrast 4.71:1
Card sample
#e7233f text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7233f;
Background color
Panel with #e7233f background
background-color: #e7233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7233f; background: linear-gradient(135deg, #e7233f, #E78A23);