#d36f2c
a balanced, vivid orange · warm · closest name: chocolate
RGB
211, 111, 44
HSL
24°, 66%, 50%
CMYK
0, 47, 79, 17
Luminance
0.2540
Every format
| HEX | #d36f2c |
| RGB | rgb(211, 111, 44) |
| HSL | hsl(24, 66%, 50%) |
| CMYK | cmyk(0%, 47%, 79%, 17%) |
| LAB | lab(57.5 34.8 52.5) |
| LCH | lch(57.5 63.0 56.5) |
| OKLCH | oklch(0.646 0.148 50.5) |
Copy-ready code
/* CSS */
color: #d36f2c;
background-color: #d36f2c;
/* Tailwind (arbitrary) */
class="text-[#d36f2c] bg-[#d36f2c]"
/* SCSS */
$brand: #d36f2c;
/* SwiftUI */
Color(red: 0.827, green: 0.435, blue: 0.173)
/* Android */
Color.parseColor("#d36f2c")Accessibility — WCAG contrast
Aa
#d36f2c on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d36f2c on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green43.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow79.1%
Key (black)17.3%
Color previews
#d36f2c text on a black background
contrast 6.08:1
Card sample
#d36f2c text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d36f2c;
Background color
Panel with #d36f2c background
background-color: #d36f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d36f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 111, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 111, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d36f2c; background: linear-gradient(135deg, #d36f2c, #C8D32C);