#c3bda2
a light, soft yellow · cool · closest name: tan
RGB
195, 189, 162
HSL
49°, 22%, 70%
CMYK
0, 3, 17, 24
Luminance
0.5061
Every format
| HEX | #c3bda2 |
| RGB | rgb(195, 189, 162) |
| HSL | hsl(49, 22%, 70%) |
| CMYK | cmyk(0%, 3%, 17%, 24%) |
| LAB | lab(76.4 -2.4 14.4) |
| LCH | lch(76.4 14.6 99.6) |
| OKLCH | oklch(0.796 0.037 96.8) |
Copy-ready code
/* CSS */
color: #c3bda2;
background-color: #c3bda2;
/* Tailwind (arbitrary) */
class="text-[#c3bda2] bg-[#c3bda2]"
/* SCSS */
$brand: #c3bda2;
/* SwiftUI */
Color(red: 0.765, green: 0.741, blue: 0.635)
/* Android */
Color.parseColor("#c3bda2")Accessibility — WCAG contrast
Aa
#c3bda2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3bda2 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green74.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow16.9%
Key (black)23.5%
Color previews
#c3bda2 text on a black background
contrast 11.12:1
Card sample
#c3bda2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3bda2;
Background color
Panel with #c3bda2 background
background-color: #c3bda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3bda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 189, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 189, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3bda2; background: linear-gradient(135deg, #c3bda2, #B3C3A2);