#c9bda2
a light, soft yellow · warm · closest name: tan
RGB
201, 189, 162
HSL
42°, 27%, 71%
CMYK
0, 6, 19, 21
Luminance
0.5142
Every format
| HEX | #c9bda2 |
| RGB | rgb(201, 189, 162) |
| HSL | hsl(42, 27%, 71%) |
| CMYK | cmyk(0%, 6%, 19%, 21%) |
| LAB | lab(76.9 -0.2 15.2) |
| LCH | lch(76.9 15.2 90.7) |
| OKLCH | oklch(0.801 0.039 86.9) |
Copy-ready code
/* CSS */
color: #c9bda2;
background-color: #c9bda2;
/* Tailwind (arbitrary) */
class="text-[#c9bda2] bg-[#c9bda2]"
/* SCSS */
$brand: #c9bda2;
/* SwiftUI */
Color(red: 0.788, green: 0.741, blue: 0.635)
/* Android */
Color.parseColor("#c9bda2")Accessibility — WCAG contrast
Aa
#c9bda2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bda2 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow19.4%
Key (black)21.2%
Color previews
#c9bda2 text on a black background
contrast 11.28:1
Card sample
#c9bda2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bda2;
Background color
Panel with #c9bda2 background
background-color: #c9bda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 189, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 189, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bda2; background: linear-gradient(135deg, #c9bda2, #BBC9A2);