#ca9572
a balanced, vivid orange · warm · closest name: tan
RGB
202, 149, 114
HSL
24°, 45%, 62%
CMYK
0, 26, 44, 21
Luminance
0.3527
Every format
| HEX | #ca9572 |
| RGB | rgb(202, 149, 114) |
| HSL | hsl(24, 45%, 62%) |
| CMYK | cmyk(0%, 26%, 44%, 21%) |
| LAB | lab(66.0 15.5 26.3) |
| LCH | lch(66.0 30.5 59.4) |
| OKLCH | oklch(0.712 0.080 54.5) |
Copy-ready code
/* CSS */
color: #ca9572;
background-color: #ca9572;
/* Tailwind (arbitrary) */
class="text-[#ca9572] bg-[#ca9572]"
/* SCSS */
$brand: #ca9572;
/* SwiftUI */
Color(red: 0.792, green: 0.584, blue: 0.447)
/* Android */
Color.parseColor("#ca9572")Accessibility — WCAG contrast
Aa
#ca9572 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9572 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green58.4%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow43.6%
Key (black)20.8%
Color previews
#ca9572 text on a black background
contrast 8.05:1
Card sample
#ca9572 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9572;
Background color
Panel with #ca9572 background
background-color: #ca9572;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9572;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 149, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 149, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9572; background: linear-gradient(135deg, #ca9572, #C4CA72);