#c28014
a dark, electric orange · warm · closest name: peru
RGB
194, 128, 20
HSL
37°, 81%, 42%
CMYK
0, 34, 90, 24
Luminance
0.2696
Every format
| HEX | #c28014 |
| RGB | rgb(194, 128, 20) |
| HSL | hsl(37, 81%, 42%) |
| CMYK | cmyk(0%, 34%, 90%, 24%) |
| LAB | lab(58.9 17.8 61.2) |
| LCH | lch(58.9 63.7 73.8) |
| OKLCH | oklch(0.652 0.135 71.7) |
Copy-ready code
/* CSS */
color: #c28014;
background-color: #c28014;
/* Tailwind (arbitrary) */
class="text-[#c28014] bg-[#c28014]"
/* SCSS */
$brand: #c28014;
/* SwiftUI */
Color(red: 0.761, green: 0.502, blue: 0.078)
/* Android */
Color.parseColor("#c28014")Accessibility — WCAG contrast
Aa
#c28014 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c28014 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green50.2%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow89.7%
Key (black)23.9%
Color previews
#c28014 text on a black background
contrast 6.39:1
Card sample
#c28014 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28014;
Background color
Panel with #c28014 background
background-color: #c28014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 128, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 128, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28014; background: linear-gradient(135deg, #c28014, #90C214);