#c27f13
a dark, electric orange · warm · closest name: peru
RGB
194, 127, 19
HSL
37°, 82%, 42%
CMYK
0, 35, 90, 24
Luminance
0.2670
Every format
| HEX | #c27f13 |
| RGB | rgb(194, 127, 19) |
| HSL | hsl(37, 82%, 42%) |
| CMYK | cmyk(0%, 35%, 90%, 24%) |
| LAB | lab(58.7 18.3 61.3) |
| LCH | lch(58.7 63.9 73.3) |
| OKLCH | oklch(0.651 0.135 71.1) |
Copy-ready code
/* CSS */
color: #c27f13;
background-color: #c27f13;
/* Tailwind (arbitrary) */
class="text-[#c27f13] bg-[#c27f13]"
/* SCSS */
$brand: #c27f13;
/* SwiftUI */
Color(red: 0.761, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#c27f13")Accessibility — WCAG contrast
Aa
#c27f13 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c27f13 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow90.2%
Key (black)23.9%
Color previews
#c27f13 text on a black background
contrast 6.34:1
Card sample
#c27f13 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27f13;
Background color
Panel with #c27f13 background
background-color: #c27f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27f13; background: linear-gradient(135deg, #c27f13, #91C213);