#c2ad9b
a light, soft orange · warm · closest name: tan
RGB
194, 173, 155
HSL
28°, 24%, 68%
CMYK
0, 11, 20, 24
Luminance
0.4372
Every format
| HEX | #c2ad9b |
| RGB | rgb(194, 173, 155) |
| HSL | hsl(28, 24%, 68%) |
| CMYK | cmyk(0%, 11%, 20%, 24%) |
| LAB | lab(72.0 4.7 12.0) |
| LCH | lch(72.0 12.9 68.8) |
| OKLCH | oklch(0.761 0.035 62.9) |
Copy-ready code
/* CSS */
color: #c2ad9b;
background-color: #c2ad9b;
/* Tailwind (arbitrary) */
class="text-[#c2ad9b] bg-[#c2ad9b]"
/* SCSS */
$brand: #c2ad9b;
/* SwiftUI */
Color(red: 0.761, green: 0.678, blue: 0.608)
/* Android */
Color.parseColor("#c2ad9b")Accessibility — WCAG contrast
Aa
#c2ad9b on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ad9b on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow20.1%
Key (black)23.9%
Color previews
#c2ad9b text on a black background
contrast 9.74:1
Card sample
#c2ad9b text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ad9b;
Background color
Panel with #c2ad9b background
background-color: #c2ad9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ad9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 173, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 173, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ad9b; background: linear-gradient(135deg, #c2ad9b, #BDC29B);