#d27f13
a dark, electric orange · warm · closest name: chocolate
RGB
210, 127, 19
HSL
34°, 83%, 45%
CMYK
0, 40, 91, 18
Luminance
0.2893
Every format
| HEX | #d27f13 |
| RGB | rgb(210, 127, 19) |
| HSL | hsl(34, 83%, 45%) |
| CMYK | cmyk(0%, 40%, 91%, 18%) |
| LAB | lab(60.7 25.2 63.7) |
| LCH | lch(60.7 68.5 68.4) |
| OKLCH | oklch(0.671 0.146 64.5) |
Copy-ready code
/* CSS */
color: #d27f13;
background-color: #d27f13;
/* Tailwind (arbitrary) */
class="text-[#d27f13] bg-[#d27f13]"
/* SCSS */
$brand: #d27f13;
/* SwiftUI */
Color(red: 0.824, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#d27f13")Accessibility — WCAG contrast
Aa
#d27f13 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d27f13 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow91.0%
Key (black)17.6%
Color previews
#d27f13 text on a black background
contrast 6.79:1
Card sample
#d27f13 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d27f13;
Background color
Panel with #d27f13 background
background-color: #d27f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d27f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d27f13; background: linear-gradient(135deg, #d27f13, #A6D213);