#db8f2c
a balanced, vivid orange · warm · closest name: peru
RGB
219, 143, 44
HSL
34°, 71%, 52%
CMYK
0, 35, 80, 14
Luminance
0.3489
Every format
| HEX | #db8f2c |
| RGB | rgb(219, 143, 44) |
| HSL | hsl(34, 71%, 52%) |
| CMYK | cmyk(0%, 35%, 80%, 14%) |
| LAB | lab(65.7 21.1 60.5) |
| LCH | lch(65.7 64.1 70.8) |
| OKLCH | oklch(0.712 0.141 68.0) |
Copy-ready code
/* CSS */
color: #db8f2c;
background-color: #db8f2c;
/* Tailwind (arbitrary) */
class="text-[#db8f2c] bg-[#db8f2c]"
/* SCSS */
$brand: #db8f2c;
/* SwiftUI */
Color(red: 0.859, green: 0.561, blue: 0.173)
/* Android */
Color.parseColor("#db8f2c")Accessibility — WCAG contrast
Aa
#db8f2c on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8f2c on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green56.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow79.9%
Key (black)14.1%
Color previews
#db8f2c text on a black background
contrast 7.98:1
Card sample
#db8f2c text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8f2c;
Background color
Panel with #db8f2c background
background-color: #db8f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 143, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 143, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8f2c; background: linear-gradient(135deg, #db8f2c, #B3DB2C);