#d52b0f
a dark, electric red · warm · closest name: tomato
RGB
213, 43, 15
HSL
9°, 87%, 45%
CMYK
0, 80, 93, 17
Luminance
0.1591
Every format
| HEX | #d52b0f |
| RGB | rgb(213, 43, 15) |
| HSL | hsl(9, 87%, 45%) |
| CMYK | cmyk(0%, 80%, 93%, 17%) |
| LAB | lab(46.9 63.3 55.4) |
| LCH | lch(46.9 84.1 41.2) |
| OKLCH | oklch(0.566 0.208 31.7) |
Copy-ready code
/* CSS */
color: #d52b0f;
background-color: #d52b0f;
/* Tailwind (arbitrary) */
class="text-[#d52b0f] bg-[#d52b0f]"
/* SCSS */
$brand: #d52b0f;
/* SwiftUI */
Color(red: 0.835, green: 0.169, blue: 0.059)
/* Android */
Color.parseColor("#d52b0f")Accessibility — WCAG contrast
Aa
#d52b0f on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d52b0f on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green16.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow93.0%
Key (black)16.5%
Color previews
#d52b0f text on a black background
contrast 4.18:1
Card sample
#d52b0f text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52b0f;
Background color
Panel with #d52b0f background
background-color: #d52b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 43, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 43, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52b0f; background: linear-gradient(135deg, #d52b0f, #D5AF0F);