#db7f4f
a balanced, vivid orange · warm · closest name: peru
RGB
219, 127, 79
HSL
21°, 66%, 58%
CMYK
0, 42, 64, 14
Luminance
0.3080
Every format
| HEX | #db7f4f |
| RGB | rgb(219, 127, 79) |
| HSL | hsl(21, 66%, 58%) |
| CMYK | cmyk(0%, 42%, 64%, 14%) |
| LAB | lab(62.3 31.4 41.0) |
| LCH | lch(62.3 51.6 52.6) |
| OKLCH | oklch(0.687 0.130 47.2) |
Copy-ready code
/* CSS */
color: #db7f4f;
background-color: #db7f4f;
/* Tailwind (arbitrary) */
class="text-[#db7f4f] bg-[#db7f4f]"
/* SCSS */
$brand: #db7f4f;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 0.310)
/* Android */
Color.parseColor("#db7f4f")Accessibility — WCAG contrast
Aa
#db7f4f on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7f4f on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow63.9%
Key (black)14.1%
Color previews
#db7f4f text on a black background
contrast 7.16:1
Card sample
#db7f4f text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7f4f;
Background color
Panel with #db7f4f background
background-color: #db7f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7f4f; background: linear-gradient(135deg, #db7f4f, #DADB4F);