#e3233f
a balanced, electric red · warm · closest name: crimson
RGB
227, 35, 63
HSL
351°, 77%, 51%
CMYK
0, 85, 72, 11
Luminance
0.1789
Every format
| HEX | #e3233f |
| RGB | rgb(227, 35, 63) |
| HSL | hsl(351, 77%, 51%) |
| CMYK | cmyk(0%, 85%, 72%, 11%) |
| LAB | lab(49.4 70.3 34.9) |
| LCH | lch(49.4 78.5 26.4) |
| OKLCH | oklch(0.591 0.221 21.0) |
Copy-ready code
/* CSS */
color: #e3233f;
background-color: #e3233f;
/* Tailwind (arbitrary) */
class="text-[#e3233f] bg-[#e3233f]"
/* SCSS */
$brand: #e3233f;
/* SwiftUI */
Color(red: 0.890, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#e3233f")Accessibility — WCAG contrast
Aa
#e3233f on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e3233f on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow72.2%
Key (black)11.0%
Color previews
#e3233f text on a black background
contrast 4.58:1
Card sample
#e3233f text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3233f;
Background color
Panel with #e3233f background
background-color: #e3233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3233f; background: linear-gradient(135deg, #e3233f, #E38723);