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