#ca8021
a balanced, vivid orange · warm · closest name: peru
RGB
202, 128, 33
HSL
34°, 72%, 46%
CMYK
0, 37, 84, 21
Luminance
0.2810
Every format
| HEX | #ca8021 |
| RGB | rgb(202, 128, 33) |
| HSL | hsl(34, 72%, 46%) |
| CMYK | cmyk(0%, 37%, 84%, 21%) |
| LAB | lab(60.0 21.6 58.6) |
| LCH | lch(60.0 62.5 69.8) |
| OKLCH | oklch(0.663 0.136 66.6) |
Copy-ready code
/* CSS */
color: #ca8021;
background-color: #ca8021;
/* Tailwind (arbitrary) */
class="text-[#ca8021] bg-[#ca8021]"
/* SCSS */
$brand: #ca8021;
/* SwiftUI */
Color(red: 0.792, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#ca8021")Accessibility — WCAG contrast
Aa
#ca8021 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca8021 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow83.7%
Key (black)20.8%
Color previews
#ca8021 text on a black background
contrast 6.62:1
Card sample
#ca8021 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca8021;
Background color
Panel with #ca8021 background
background-color: #ca8021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca8021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca8021; background: linear-gradient(135deg, #ca8021, #A3CA21);