#c97f02
a dark, electric orange · warm · closest name: peru
RGB
201, 127, 2
HSL
38°, 98%, 40%
CMYK
0, 37, 99, 21
Luminance
0.2760
Every format
| HEX | #c97f02 |
| RGB | rgb(201, 127, 2) |
| HSL | hsl(38, 98%, 40%) |
| CMYK | cmyk(0%, 37%, 99%, 21%) |
| LAB | lab(59.5 21.1 65.3) |
| LCH | lch(59.5 68.7 72.1) |
| OKLCH | oklch(0.659 0.143 69.2) |
Copy-ready code
/* CSS */
color: #c97f02;
background-color: #c97f02;
/* Tailwind (arbitrary) */
class="text-[#c97f02] bg-[#c97f02]"
/* SCSS */
$brand: #c97f02;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.008)
/* Android */
Color.parseColor("#c97f02")Accessibility — WCAG contrast
Aa
#c97f02 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97f02 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow99.0%
Key (black)21.2%
Color previews
#c97f02 text on a black background
contrast 6.52:1
Card sample
#c97f02 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97f02;
Background color
Panel with #c97f02 background
background-color: #c97f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97f02; background: linear-gradient(135deg, #c97f02, #8EC902);