#db552f
a balanced, vivid red · warm · closest name: tomato
RGB
219, 85, 47
HSL
13°, 71%, 52%
CMYK
0, 61, 79, 14
Luminance
0.2176
Every format
| HEX | #db552f |
| RGB | rgb(219, 85, 47) |
| HSL | hsl(13, 71%, 52%) |
| CMYK | cmyk(0%, 61%, 79%, 14%) |
| LAB | lab(53.8 50.6 48.0) |
| LCH | lch(53.8 69.7 43.5) |
| OKLCH | oklch(0.621 0.176 36.3) |
Copy-ready code
/* CSS */
color: #db552f;
background-color: #db552f;
/* Tailwind (arbitrary) */
class="text-[#db552f] bg-[#db552f]"
/* SCSS */
$brand: #db552f;
/* SwiftUI */
Color(red: 0.859, green: 0.333, blue: 0.184)
/* Android */
Color.parseColor("#db552f")Accessibility — WCAG contrast
Aa
#db552f on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db552f on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green33.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow78.5%
Key (black)14.1%
Color previews
#db552f text on a black background
contrast 5.35:1
Card sample
#db552f text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db552f;
Background color
Panel with #db552f background
background-color: #db552f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db552f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 85, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 85, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db552f; background: linear-gradient(135deg, #db552f, #DBC82F);