#c9d6a0
a light, soft green · cool · closest name: tan
RGB
201, 214, 160
HSL
74°, 40%, 73%
CMYK
6, 0, 25, 16
Luminance
0.6305
Every format
| HEX | #c9d6a0 |
| RGB | rgb(201, 214, 160) |
| HSL | hsl(74, 40%, 73%) |
| CMYK | cmyk(6%, 0%, 25%, 16%) |
| LAB | lab(83.5 -13.4 25.3) |
| LCH | lch(83.5 28.6 117.9) |
| OKLCH | oklch(0.853 0.073 119.0) |
Copy-ready code
/* CSS */
color: #c9d6a0;
background-color: #c9d6a0;
/* Tailwind (arbitrary) */
class="text-[#c9d6a0] bg-[#c9d6a0]"
/* SCSS */
$brand: #c9d6a0;
/* SwiftUI */
Color(red: 0.788, green: 0.839, blue: 0.627)
/* Android */
Color.parseColor("#c9d6a0")Accessibility — WCAG contrast
Aa
#c9d6a0 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d6a0 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green83.9%
Blue62.7%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow25.2%
Key (black)16.1%
Color previews
#c9d6a0 text on a black background
contrast 13.61:1
Card sample
#c9d6a0 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d6a0;
Background color
Panel with #c9d6a0 background
background-color: #c9d6a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d6a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 214, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 214, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d6a0; background: linear-gradient(135deg, #c9d6a0, #A5D6A0);