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