#ca9155
a balanced, vivid orange · warm · closest name: peru
RGB
202, 145, 85
HSL
31°, 53%, 56%
CMYK
0, 28, 58, 21
Luminance
0.3346
Every format
| HEX | #ca9155 |
| RGB | rgb(202, 145, 85) |
| HSL | hsl(31, 53%, 56%) |
| CMYK | cmyk(0%, 28%, 58%, 21%) |
| LAB | lab(64.5 15.0 40.0) |
| LCH | lch(64.5 42.7 69.4) |
| OKLCH | oklch(0.700 0.103 66.1) |
Copy-ready code
/* CSS */
color: #ca9155;
background-color: #ca9155;
/* Tailwind (arbitrary) */
class="text-[#ca9155] bg-[#ca9155]"
/* SCSS */
$brand: #ca9155;
/* SwiftUI */
Color(red: 0.792, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#ca9155")Accessibility — WCAG contrast
Aa
#ca9155 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9155 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green56.9%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow57.9%
Key (black)20.8%
Color previews
#ca9155 text on a black background
contrast 7.69:1
Card sample
#ca9155 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9155;
Background color
Panel with #ca9155 background
background-color: #ca9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9155; background: linear-gradient(135deg, #ca9155, #B5CA55);