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