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