#c2ad95
a light, soft orange · warm · closest name: tan
RGB
194, 173, 149
HSL
32°, 27%, 67%
CMYK
0, 11, 23, 24
Luminance
0.4353
Every format
| HEX | #c2ad95 |
| RGB | rgb(194, 173, 149) |
| HSL | hsl(32, 27%, 67%) |
| CMYK | cmyk(0%, 11%, 23%, 24%) |
| LAB | lab(71.9 3.8 15.1) |
| LCH | lch(71.9 15.6 76.0) |
| OKLCH | oklch(0.759 0.041 70.9) |
Copy-ready code
/* CSS */
color: #c2ad95;
background-color: #c2ad95;
/* Tailwind (arbitrary) */
class="text-[#c2ad95] bg-[#c2ad95]"
/* SCSS */
$brand: #c2ad95;
/* SwiftUI */
Color(red: 0.761, green: 0.678, blue: 0.584)
/* Android */
Color.parseColor("#c2ad95")Accessibility — WCAG contrast
Aa
#c2ad95 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ad95 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.8%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow23.2%
Key (black)23.9%
Color previews
#c2ad95 text on a black background
contrast 9.71:1
Card sample
#c2ad95 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ad95;
Background color
Panel with #c2ad95 background
background-color: #c2ad95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ad95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 173, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 173, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ad95; background: linear-gradient(135deg, #c2ad95, #B9C295);