#db9b4f
a balanced, vivid orange · warm · closest name: peru
RGB
219, 155, 79
HSL
33°, 66%, 58%
CMYK
0, 29, 64, 14
Luminance
0.3907
Every format
| HEX | #db9b4f |
| RGB | rgb(219, 155, 79) |
| HSL | hsl(33, 66%, 58%) |
| CMYK | cmyk(0%, 29%, 64%, 14%) |
| LAB | lab(68.8 16.4 48.5) |
| LCH | lch(68.8 51.2 71.4) |
| OKLCH | oklch(0.737 0.120 68.7) |
Copy-ready code
/* CSS */
color: #db9b4f;
background-color: #db9b4f;
/* Tailwind (arbitrary) */
class="text-[#db9b4f] bg-[#db9b4f]"
/* SCSS */
$brand: #db9b4f;
/* SwiftUI */
Color(red: 0.859, green: 0.608, blue: 0.310)
/* Android */
Color.parseColor("#db9b4f")Accessibility — WCAG contrast
Aa
#db9b4f on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9b4f on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green60.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow63.9%
Key (black)14.1%
Color previews
#db9b4f text on a black background
contrast 8.81:1
Card sample
#db9b4f text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9b4f;
Background color
Panel with #db9b4f background
background-color: #db9b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 155, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 155, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9b4f; background: linear-gradient(135deg, #db9b4f, #BEDB4F);