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