#ca8f21
a balanced, vivid orange · warm · closest name: peru
RGB
202, 143, 33
HSL
39°, 72%, 46%
CMYK
0, 29, 84, 21
Luminance
0.3231
Every format
| HEX | #ca8f21 |
| RGB | rgb(202, 143, 33) |
| HSL | hsl(39, 72%, 46%) |
| CMYK | cmyk(0%, 29%, 84%, 21%) |
| LAB | lab(63.6 13.4 61.7) |
| LCH | lch(63.6 63.2 77.7) |
| OKLCH | oklch(0.691 0.135 77.1) |
Copy-ready code
/* CSS */
color: #ca8f21;
background-color: #ca8f21;
/* Tailwind (arbitrary) */
class="text-[#ca8f21] bg-[#ca8f21]"
/* SCSS */
$brand: #ca8f21;
/* SwiftUI */
Color(red: 0.792, green: 0.561, blue: 0.129)
/* Android */
Color.parseColor("#ca8f21")Accessibility — WCAG contrast
Aa
#ca8f21 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca8f21 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green56.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow83.7%
Key (black)20.8%
Color previews
#ca8f21 text on a black background
contrast 7.46:1
Card sample
#ca8f21 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca8f21;
Background color
Panel with #ca8f21 background
background-color: #ca8f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca8f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 143, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 143, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca8f21; background: linear-gradient(135deg, #ca8f21, #94CA21);