#c2bba2
a light, soft yellow · cool · closest name: tan
RGB
194, 187, 162
HSL
47°, 21%, 70%
CMYK
0, 4, 17, 24
Luminance
0.4962
Every format
| HEX | #c2bba2 |
| RGB | rgb(194, 187, 162) |
| HSL | hsl(47, 21%, 70%) |
| CMYK | cmyk(0%, 4%, 17%, 24%) |
| LAB | lab(75.8 -1.8 13.6) |
| LCH | lch(75.8 13.7 97.4) |
| OKLCH | oklch(0.791 0.035 94.1) |
Copy-ready code
/* CSS */
color: #c2bba2;
background-color: #c2bba2;
/* Tailwind (arbitrary) */
class="text-[#c2bba2] bg-[#c2bba2]"
/* SCSS */
$brand: #c2bba2;
/* SwiftUI */
Color(red: 0.761, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#c2bba2")Accessibility — WCAG contrast
Aa
#c2bba2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bba2 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow16.5%
Key (black)23.9%
Color previews
#c2bba2 text on a black background
contrast 10.92:1
Card sample
#c2bba2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bba2;
Background color
Panel with #c2bba2 background
background-color: #c2bba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bba2; background: linear-gradient(135deg, #c2bba2, #B4C2A2);