#c3cba2
a light, soft green · cool · closest name: tan
RGB
195, 203, 162
HSL
72°, 28%, 72%
CMYK
4, 0, 20, 20
Luminance
0.5692
Every format
| HEX | #c3cba2 |
| RGB | rgb(195, 203, 162) |
| HSL | hsl(72, 28%, 72%) |
| CMYK | cmyk(4%, 0%, 20%, 20%) |
| LAB | lab(80.1 -9.7 19.6) |
| LCH | lch(80.1 21.9 116.4) |
| OKLCH | oklch(0.825 0.056 116.6) |
Copy-ready code
/* CSS */
color: #c3cba2;
background-color: #c3cba2;
/* Tailwind (arbitrary) */
class="text-[#c3cba2] bg-[#c3cba2]"
/* SCSS */
$brand: #c3cba2;
/* SwiftUI */
Color(red: 0.765, green: 0.796, blue: 0.635)
/* Android */
Color.parseColor("#c3cba2")Accessibility — WCAG contrast
Aa
#c3cba2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cba2 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.6%
Blue63.5%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow20.2%
Key (black)20.4%
Color previews
#c3cba2 text on a black background
contrast 12.38:1
Card sample
#c3cba2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cba2;
Background color
Panel with #c3cba2 background
background-color: #c3cba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 203, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 203, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cba2; background: linear-gradient(135deg, #c3cba2, #A8CBA2);