#c68e21
a balanced, vivid orange · warm · closest name: peru
RGB
198, 142, 33
HSL
40°, 71%, 45%
CMYK
0, 28, 83, 22
Luminance
0.3146
Every format
| HEX | #c68e21 |
| RGB | rgb(198, 142, 33) |
| HSL | hsl(40, 71%, 45%) |
| CMYK | cmyk(0%, 28%, 83%, 22%) |
| LAB | lab(62.9 12.2 61.0) |
| LCH | lch(62.9 62.2 78.7) |
| OKLCH | oklch(0.685 0.133 78.3) |
Copy-ready code
/* CSS */
color: #c68e21;
background-color: #c68e21;
/* Tailwind (arbitrary) */
class="text-[#c68e21] bg-[#c68e21]"
/* SCSS */
$brand: #c68e21;
/* SwiftUI */
Color(red: 0.776, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#c68e21")Accessibility — WCAG contrast
Aa
#c68e21 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68e21 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow83.3%
Key (black)22.4%
Color previews
#c68e21 text on a black background
contrast 7.29:1
Card sample
#c68e21 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68e21;
Background color
Panel with #c68e21 background
background-color: #c68e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68e21; background: linear-gradient(135deg, #c68e21, #90C621);