#c68a21
a balanced, vivid orange · warm · closest name: peru
RGB
198, 138, 33
HSL
38°, 71%, 45%
CMYK
0, 30, 83, 22
Luminance
0.3029
Every format
| HEX | #c68a21 |
| RGB | rgb(198, 138, 33) |
| HSL | hsl(38, 71%, 45%) |
| CMYK | cmyk(0%, 30%, 83%, 22%) |
| LAB | lab(61.9 14.4 60.1) |
| LCH | lch(61.9 61.8 76.5) |
| OKLCH | oklch(0.677 0.133 75.5) |
Copy-ready code
/* CSS */
color: #c68a21;
background-color: #c68a21;
/* Tailwind (arbitrary) */
class="text-[#c68a21] bg-[#c68a21]"
/* SCSS */
$brand: #c68a21;
/* SwiftUI */
Color(red: 0.776, green: 0.541, blue: 0.129)
/* Android */
Color.parseColor("#c68a21")Accessibility — WCAG contrast
Aa
#c68a21 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68a21 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green54.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow83.3%
Key (black)22.4%
Color previews
#c68a21 text on a black background
contrast 7.06:1
Card sample
#c68a21 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68a21;
Background color
Panel with #c68a21 background
background-color: #c68a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 138, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 138, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68a21; background: linear-gradient(135deg, #c68a21, #94C621);