#d4232f
a balanced, vivid red · warm · closest name: crimson
RGB
212, 35, 47
HSL
356°, 72%, 48%
CMYK
0, 84, 78, 17
Luminance
0.1540
Every format
| HEX | #d4232f |
| RGB | rgb(212, 35, 47) |
| HSL | hsl(356, 72%, 48%) |
| CMYK | cmyk(0%, 84%, 78%, 17%) |
| LAB | lab(46.2 65.7 39.8) |
| LCH | lch(46.2 76.8 31.2) |
| OKLCH | oklch(0.562 0.209 24.6) |
Copy-ready code
/* CSS */
color: #d4232f;
background-color: #d4232f;
/* Tailwind (arbitrary) */
class="text-[#d4232f] bg-[#d4232f]"
/* SCSS */
$brand: #d4232f;
/* SwiftUI */
Color(red: 0.831, green: 0.137, blue: 0.184)
/* Android */
Color.parseColor("#d4232f")Accessibility — WCAG contrast
Aa
#d4232f on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d4232f on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green13.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow77.8%
Key (black)16.9%
Color previews
#d4232f text on a black background
contrast 4.08:1
Card sample
#d4232f text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4232f;
Background color
Panel with #d4232f background
background-color: #d4232f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4232f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 35, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 35, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4232f; background: linear-gradient(135deg, #d4232f, #D48D23);