#c2bda3
a light, soft yellow · cool · closest name: tan
RGB
194, 189, 163
HSL
50°, 20%, 70%
CMYK
0, 3, 16, 24
Luminance
0.5051
Every format
| HEX | #c2bda3 |
| RGB | rgb(194, 189, 163) |
| HSL | hsl(50, 20%, 70%) |
| CMYK | cmyk(0%, 3%, 16%, 24%) |
| LAB | lab(76.4 -2.6 13.8) |
| LCH | lch(76.4 14.0 100.9) |
| OKLCH | oklch(0.795 0.036 98.2) |
Copy-ready code
/* CSS */
color: #c2bda3;
background-color: #c2bda3;
/* Tailwind (arbitrary) */
class="text-[#c2bda3] bg-[#c2bda3]"
/* SCSS */
$brand: #c2bda3;
/* SwiftUI */
Color(red: 0.761, green: 0.741, blue: 0.639)
/* Android */
Color.parseColor("#c2bda3")Accessibility — WCAG contrast
Aa
#c2bda3 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bda3 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green74.1%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow16.0%
Key (black)23.9%
Color previews
#c2bda3 text on a black background
contrast 11.10:1
Card sample
#c2bda3 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bda3;
Background color
Panel with #c2bda3 background
background-color: #c2bda3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bda3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 189, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 189, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bda3; background: linear-gradient(135deg, #c2bda3, #B2C2A3);