#ca8b21
a balanced, vivid orange · warm · closest name: peru
RGB
202, 139, 33
HSL
38°, 72%, 46%
CMYK
0, 31, 84, 21
Luminance
0.3113
Every format
| HEX | #ca8b21 |
| RGB | rgb(202, 139, 33) |
| HSL | hsl(38, 72%, 46%) |
| CMYK | cmyk(0%, 31%, 84%, 21%) |
| LAB | lab(62.6 15.6 60.9) |
| LCH | lch(62.6 62.9 75.6) |
| OKLCH | oklch(0.683 0.135 74.3) |
Copy-ready code
/* CSS */
color: #ca8b21;
background-color: #ca8b21;
/* Tailwind (arbitrary) */
class="text-[#ca8b21] bg-[#ca8b21]"
/* SCSS */
$brand: #ca8b21;
/* SwiftUI */
Color(red: 0.792, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#ca8b21")Accessibility — WCAG contrast
Aa
#ca8b21 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca8b21 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green54.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow83.7%
Key (black)20.8%
Color previews
#ca8b21 text on a black background
contrast 7.23:1
Card sample
#ca8b21 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca8b21;
Background color
Panel with #ca8b21 background
background-color: #ca8b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca8b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca8b21; background: linear-gradient(135deg, #ca8b21, #98CA21);