#da7f2f
a balanced, vivid orange · warm · closest name: chocolate
RGB
218, 127, 47
HSL
28°, 70%, 52%
CMYK
0, 42, 78, 15
Luminance
0.3029
Every format
| HEX | #da7f2f |
| RGB | rgb(218, 127, 47) |
| HSL | hsl(28, 70%, 52%) |
| CMYK | cmyk(0%, 42%, 78%, 15%) |
| LAB | lab(61.9 29.3 55.8) |
| LCH | lch(61.9 63.0 62.3) |
| OKLCH | oklch(0.682 0.144 57.4) |
Copy-ready code
/* CSS */
color: #da7f2f;
background-color: #da7f2f;
/* Tailwind (arbitrary) */
class="text-[#da7f2f] bg-[#da7f2f]"
/* SCSS */
$brand: #da7f2f;
/* SwiftUI */
Color(red: 0.855, green: 0.498, blue: 0.184)
/* Android */
Color.parseColor("#da7f2f")Accessibility — WCAG contrast
Aa
#da7f2f on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#da7f2f on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green49.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow78.4%
Key (black)14.5%
Color previews
#da7f2f text on a black background
contrast 7.06:1
Card sample
#da7f2f text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da7f2f;
Background color
Panel with #da7f2f background
background-color: #da7f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da7f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 127, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 127, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da7f2f; background: linear-gradient(135deg, #da7f2f, #C3DA2F);