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