#db752f
a balanced, vivid orange · warm · closest name: chocolate
RGB
219, 117, 47
HSL
24°, 71%, 52%
CMYK
0, 47, 79, 14
Luminance
0.2799
Every format
| HEX | #db752f |
| RGB | rgb(219, 117, 47) |
| HSL | hsl(24, 71%, 52%) |
| CMYK | cmyk(0%, 47%, 79%, 14%) |
| LAB | lab(59.9 35.0 53.9) |
| LCH | lch(59.9 64.3 57.0) |
| OKLCH | oklch(0.667 0.151 51.1) |
Copy-ready code
/* CSS */
color: #db752f;
background-color: #db752f;
/* Tailwind (arbitrary) */
class="text-[#db752f] bg-[#db752f]"
/* SCSS */
$brand: #db752f;
/* SwiftUI */
Color(red: 0.859, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#db752f")Accessibility — WCAG contrast
Aa
#db752f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db752f on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green45.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow78.5%
Key (black)14.1%
Color previews
#db752f text on a black background
contrast 6.60:1
Card sample
#db752f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db752f;
Background color
Panel with #db752f background
background-color: #db752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db752f; background: linear-gradient(135deg, #db752f, #CEDB2F);