#d02f3e
a balanced, vivid red · warm · closest name: crimson
RGB
208, 47, 62
HSL
354°, 63%, 50%
CMYK
0, 77, 70, 18
Luminance
0.1579
Every format
| HEX | #d02f3e |
| RGB | rgb(208, 47, 62) |
| HSL | hsl(354, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 70%, 18%) |
| LAB | lab(46.7 62.0 31.4) |
| LCH | lch(46.7 69.5 26.9) |
| OKLCH | oklch(0.565 0.196 21.7) |
Copy-ready code
/* CSS */
color: #d02f3e;
background-color: #d02f3e;
/* Tailwind (arbitrary) */
class="text-[#d02f3e] bg-[#d02f3e]"
/* SCSS */
$brand: #d02f3e;
/* SwiftUI */
Color(red: 0.816, green: 0.184, blue: 0.243)
/* Android */
Color.parseColor("#d02f3e")Accessibility — WCAG contrast
Aa
#d02f3e on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d02f3e on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green18.4%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow70.2%
Key (black)18.4%
Color previews
#d02f3e text on a black background
contrast 4.16:1
Card sample
#d02f3e text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d02f3e;
Background color
Panel with #d02f3e background
background-color: #d02f3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d02f3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 47, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 47, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d02f3e; background: linear-gradient(135deg, #d02f3e, #D08B2F);