#d9233f
a balanced, vivid red · warm · closest name: crimson
RGB
217, 35, 63
HSL
351°, 72%, 49%
CMYK
0, 84, 71, 15
Luminance
0.1631
Every format
| HEX | #d9233f |
| RGB | rgb(217, 35, 63) |
| HSL | hsl(351, 72%, 49%) |
| CMYK | cmyk(0%, 84%, 71%, 15%) |
| LAB | lab(47.4 67.7 32.1) |
| LCH | lch(47.4 74.9 25.4) |
| OKLCH | oklch(0.573 0.212 20.3) |
Copy-ready code
/* CSS */
color: #d9233f;
background-color: #d9233f;
/* Tailwind (arbitrary) */
class="text-[#d9233f] bg-[#d9233f]"
/* SCSS */
$brand: #d9233f;
/* SwiftUI */
Color(red: 0.851, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#d9233f")Accessibility — WCAG contrast
Aa
#d9233f on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d9233f on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow71.0%
Key (black)14.9%
Color previews
#d9233f text on a black background
contrast 4.26:1
Card sample
#d9233f text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9233f;
Background color
Panel with #d9233f background
background-color: #d9233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9233f; background: linear-gradient(135deg, #d9233f, #D98023);