#d8233f
a balanced, vivid red · warm · closest name: crimson
RGB
216, 35, 63
HSL
351°, 72%, 49%
CMYK
0, 84, 71, 15
Luminance
0.1616
Every format
| HEX | #d8233f |
| RGB | rgb(216, 35, 63) |
| HSL | hsl(351, 72%, 49%) |
| CMYK | cmyk(0%, 84%, 71%, 15%) |
| LAB | lab(47.2 67.4 31.8) |
| LCH | lch(47.2 74.5 25.3) |
| OKLCH | oklch(0.571 0.211 20.2) |
Copy-ready code
/* CSS */
color: #d8233f;
background-color: #d8233f;
/* Tailwind (arbitrary) */
class="text-[#d8233f] bg-[#d8233f]"
/* SCSS */
$brand: #d8233f;
/* SwiftUI */
Color(red: 0.847, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#d8233f")Accessibility — WCAG contrast
Aa
#d8233f on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d8233f on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow70.8%
Key (black)15.3%
Color previews
#d8233f text on a black background
contrast 4.23:1
Card sample
#d8233f text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8233f;
Background color
Panel with #d8233f background
background-color: #d8233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8233f; background: linear-gradient(135deg, #d8233f, #D88023);