#c2ac8a
a light, soft orange · warm · closest name: tan
RGB
194, 172, 138
HSL
36°, 32%, 65%
CMYK
0, 11, 29, 24
Luminance
0.4281
Every format
| HEX | #c2ac8a |
| RGB | rgb(194, 172, 138) |
| HSL | hsl(36, 32%, 65%) |
| CMYK | cmyk(0%, 11%, 29%, 24%) |
| LAB | lab(71.4 2.8 20.4) |
| LCH | lch(71.4 20.6 82.3) |
| OKLCH | oklch(0.755 0.053 78.6) |
Copy-ready code
/* CSS */
color: #c2ac8a;
background-color: #c2ac8a;
/* Tailwind (arbitrary) */
class="text-[#c2ac8a] bg-[#c2ac8a]"
/* SCSS */
$brand: #c2ac8a;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.541)
/* Android */
Color.parseColor("#c2ac8a")Accessibility — WCAG contrast
Aa
#c2ac8a on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ac8a on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow28.9%
Key (black)23.9%
Color previews
#c2ac8a text on a black background
contrast 9.56:1
Card sample
#c2ac8a text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ac8a;
Background color
Panel with #c2ac8a background
background-color: #c2ac8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ac8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ac8a; background: linear-gradient(135deg, #c2ac8a, #B3C28A);