#ca9549
a balanced, vivid orange · warm · closest name: peru
RGB
202, 149, 73
HSL
35°, 55%, 54%
CMYK
0, 26, 64, 21
Luminance
0.3453
Every format
| HEX | #ca9549 |
| RGB | rgb(202, 149, 73) |
| HSL | hsl(35, 55%, 54%) |
| CMYK | cmyk(0%, 26%, 64%, 21%) |
| LAB | lab(65.4 12.0 47.0) |
| LCH | lch(65.4 48.5 75.7) |
| OKLCH | oklch(0.706 0.113 74.0) |
Copy-ready code
/* CSS */
color: #ca9549;
background-color: #ca9549;
/* Tailwind (arbitrary) */
class="text-[#ca9549] bg-[#ca9549]"
/* SCSS */
$brand: #ca9549;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.286)
/* Android */
Color.parseColor("#ca9549")Accessibility — WCAG contrast
Aa
#ca9549 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9549 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow63.9%
Key (black)20.8%
Color previews
#ca9549 text on a black background
contrast 7.91:1
Card sample
#ca9549 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9549;
Background color
Panel with #ca9549 background
background-color: #ca9549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9549; background: linear-gradient(135deg, #ca9549, #A9CA49);