#c57b21
a balanced, vivid orange · warm · closest name: peru
RGB
197, 123, 33
HSL
33°, 71%, 45%
CMYK
0, 38, 83, 23
Luminance
0.2615
Every format
| HEX | #c57b21 |
| RGB | rgb(197, 123, 33) |
| HSL | hsl(33, 71%, 45%) |
| CMYK | cmyk(0%, 38%, 83%, 23%) |
| LAB | lab(58.2 22.1 56.8) |
| LCH | lch(58.2 61.0 68.7) |
| OKLCH | oklch(0.648 0.134 65.2) |
Copy-ready code
/* CSS */
color: #c57b21;
background-color: #c57b21;
/* Tailwind (arbitrary) */
class="text-[#c57b21] bg-[#c57b21]"
/* SCSS */
$brand: #c57b21;
/* SwiftUI */
Color(red: 0.773, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#c57b21")Accessibility — WCAG contrast
Aa
#c57b21 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c57b21 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green48.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow83.2%
Key (black)22.7%
Color previews
#c57b21 text on a black background
contrast 6.23:1
Card sample
#c57b21 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57b21;
Background color
Panel with #c57b21 background
background-color: #c57b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57b21; background: linear-gradient(135deg, #c57b21, #A2C521);