#d83b4f
a balanced, vivid red · warm · closest name: crimson
RGB
216, 59, 79
HSL
352°, 67%, 54%
CMYK
0, 73, 63, 15
Luminance
0.1829
Every format
| HEX | #d83b4f |
| RGB | rgb(216, 59, 79) |
| HSL | hsl(352, 67%, 54%) |
| CMYK | cmyk(0%, 73%, 63%, 15%) |
| LAB | lab(49.9 61.4 25.5) |
| LCH | lch(49.9 66.5 22.6) |
| OKLCH | oklch(0.592 0.193 18.5) |
Copy-ready code
/* CSS */
color: #d83b4f;
background-color: #d83b4f;
/* Tailwind (arbitrary) */
class="text-[#d83b4f] bg-[#d83b4f]"
/* SCSS */
$brand: #d83b4f;
/* SwiftUI */
Color(red: 0.847, green: 0.231, blue: 0.310)
/* Android */
Color.parseColor("#d83b4f")Accessibility — WCAG contrast
Aa
#d83b4f on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d83b4f on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green23.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow63.4%
Key (black)15.3%
Color previews
#d83b4f text on a black background
contrast 4.66:1
Card sample
#d83b4f text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d83b4f;
Background color
Panel with #d83b4f background
background-color: #d83b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d83b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 59, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 59, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d83b4f; background: linear-gradient(135deg, #d83b4f, #D8903B);