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