#c27c01
a dark, electric orange · warm · closest name: peru
RGB
194, 124, 1
HSL
38°, 99%, 38%
CMYK
0, 36, 100, 24
Luminance
0.2589
Every format
| HEX | #c27c01 |
| RGB | rgb(194, 124, 1) |
| HSL | hsl(38, 99%, 38%) |
| CMYK | cmyk(0%, 36%, 100%, 24%) |
| LAB | lab(57.9 19.7 64.0) |
| LCH | lch(57.9 67.0 72.9) |
| OKLCH | oklch(0.645 0.139 70.3) |
Copy-ready code
/* CSS */
color: #c27c01;
background-color: #c27c01;
/* Tailwind (arbitrary) */
class="text-[#c27c01] bg-[#c27c01]"
/* SCSS */
$brand: #c27c01;
/* SwiftUI */
Color(red: 0.761, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#c27c01")Accessibility — WCAG contrast
Aa
#c27c01 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c27c01 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green48.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow99.5%
Key (black)23.9%
Color previews
#c27c01 text on a black background
contrast 6.18:1
Card sample
#c27c01 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27c01;
Background color
Panel with #c27c01 background
background-color: #c27c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27c01; background: linear-gradient(135deg, #c27c01, #87C201);