#db7f2d
a balanced, vivid orange · warm · closest name: chocolate
RGB
219, 127, 45
HSL
28°, 71%, 52%
CMYK
0, 42, 80, 14
Luminance
0.3043
Every format
| HEX | #db7f2d |
| RGB | rgb(219, 127, 45) |
| HSL | hsl(28, 71%, 52%) |
| CMYK | cmyk(0%, 42%, 80%, 14%) |
| LAB | lab(62.0 29.7 56.8) |
| LCH | lch(62.0 64.1 62.4) |
| OKLCH | oklch(0.684 0.146 57.5) |
Copy-ready code
/* CSS */
color: #db7f2d;
background-color: #db7f2d;
/* Tailwind (arbitrary) */
class="text-[#db7f2d] bg-[#db7f2d]"
/* SCSS */
$brand: #db7f2d;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 0.176)
/* Android */
Color.parseColor("#db7f2d")Accessibility — WCAG contrast
Aa
#db7f2d on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7f2d on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow79.5%
Key (black)14.1%
Color previews
#db7f2d text on a black background
contrast 7.09:1
Card sample
#db7f2d text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7f2d;
Background color
Panel with #db7f2d background
background-color: #db7f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7f2d; background: linear-gradient(135deg, #db7f2d, #C3DB2D);