#da5b2f
a balanced, vivid orange · warm · closest name: coral
RGB
218, 91, 47
HSL
15°, 70%, 52%
CMYK
0, 58, 78, 15
Luminance
0.2259
Every format
| HEX | #da5b2f |
| RGB | rgb(218, 91, 47) |
| HSL | hsl(15, 70%, 52%) |
| CMYK | cmyk(0%, 58%, 78%, 15%) |
| LAB | lab(54.7 47.5 48.8) |
| LCH | lch(54.7 68.1 45.8) |
| OKLCH | oklch(0.627 0.170 38.7) |
Copy-ready code
/* CSS */
color: #da5b2f;
background-color: #da5b2f;
/* Tailwind (arbitrary) */
class="text-[#da5b2f] bg-[#da5b2f]"
/* SCSS */
$brand: #da5b2f;
/* SwiftUI */
Color(red: 0.855, green: 0.357, blue: 0.184)
/* Android */
Color.parseColor("#da5b2f")Accessibility — WCAG contrast
Aa
#da5b2f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da5b2f on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green35.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow78.4%
Key (black)14.5%
Color previews
#da5b2f text on a black background
contrast 5.52:1
Card sample
#da5b2f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da5b2f;
Background color
Panel with #da5b2f background
background-color: #da5b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da5b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 91, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 91, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da5b2f; background: linear-gradient(135deg, #da5b2f, #DACD2F);