#db6c2f
a balanced, vivid orange · warm · closest name: chocolate
RGB
219, 108, 47
HSL
21°, 71%, 52%
CMYK
0, 51, 79, 14
Luminance
0.2599
Every format
| HEX | #db6c2f |
| RGB | rgb(219, 108, 47) |
| HSL | hsl(21, 71%, 52%) |
| CMYK | cmyk(0%, 51%, 79%, 14%) |
| LAB | lab(58.0 39.6 52.1) |
| LCH | lch(58.0 65.5 52.8) |
| OKLCH | oklch(0.653 0.157 46.3) |
Copy-ready code
/* CSS */
color: #db6c2f;
background-color: #db6c2f;
/* Tailwind (arbitrary) */
class="text-[#db6c2f] bg-[#db6c2f]"
/* SCSS */
$brand: #db6c2f;
/* SwiftUI */
Color(red: 0.859, green: 0.424, blue: 0.184)
/* Android */
Color.parseColor("#db6c2f")Accessibility — WCAG contrast
Aa
#db6c2f on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db6c2f on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green42.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow78.5%
Key (black)14.1%
Color previews
#db6c2f text on a black background
contrast 6.20:1
Card sample
#db6c2f text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6c2f;
Background color
Panel with #db6c2f background
background-color: #db6c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 108, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 108, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6c2f; background: linear-gradient(135deg, #db6c2f, #D7DB2F);