#d9502f
a balanced, vivid red · warm · closest name: tomato
RGB
217, 80, 47
HSL
12°, 69%, 52%
CMYK
0, 63, 78, 15
Luminance
0.2069
Every format
| HEX | #d9502f |
| RGB | rgb(217, 80, 47) |
| HSL | hsl(12, 69%, 52%) |
| CMYK | cmyk(0%, 63%, 78%, 15%) |
| LAB | lab(52.6 52.1 46.7) |
| LCH | lch(52.6 69.9 41.9) |
| OKLCH | oklch(0.611 0.178 34.7) |
Copy-ready code
/* CSS */
color: #d9502f;
background-color: #d9502f;
/* Tailwind (arbitrary) */
class="text-[#d9502f] bg-[#d9502f]"
/* SCSS */
$brand: #d9502f;
/* SwiftUI */
Color(red: 0.851, green: 0.314, blue: 0.184)
/* Android */
Color.parseColor("#d9502f")Accessibility — WCAG contrast
Aa
#d9502f on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d9502f on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green31.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow78.3%
Key (black)14.9%
Color previews
#d9502f text on a black background
contrast 5.14:1
Card sample
#d9502f text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9502f;
Background color
Panel with #d9502f background
background-color: #d9502f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9502f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 80, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 80, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9502f; background: linear-gradient(135deg, #d9502f, #D9C12F);