#ca9537
a balanced, vivid orange · warm · closest name: peru
RGB
202, 149, 55
HSL
38°, 58%, 50%
CMYK
0, 26, 73, 21
Luminance
0.3433
Every format
| HEX | #ca9537 |
| RGB | rgb(202, 149, 55) |
| HSL | hsl(38, 58%, 50%) |
| CMYK | cmyk(0%, 26%, 73%, 21%) |
| LAB | lab(65.2 11.0 55.0) |
| LCH | lch(65.2 56.1 78.7) |
| OKLCH | oklch(0.704 0.125 78.1) |
Copy-ready code
/* CSS */
color: #ca9537;
background-color: #ca9537;
/* Tailwind (arbitrary) */
class="text-[#ca9537] bg-[#ca9537]"
/* SCSS */
$brand: #ca9537;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.216)
/* Android */
Color.parseColor("#ca9537")Accessibility — WCAG contrast
Aa
#ca9537 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9537 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow72.8%
Key (black)20.8%
Color previews
#ca9537 text on a black background
contrast 7.87:1
Card sample
#ca9537 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9537;
Background color
Panel with #ca9537 background
background-color: #ca9537;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9537;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9537; background: linear-gradient(135deg, #ca9537, #9DCA37);