#c9dba0
a light, vivid green · cool · closest name: khaki
RGB
201, 219, 160
HSL
78°, 45%, 74%
CMYK
8, 0, 27, 14
Luminance
0.6562
Every format
| HEX | #c9dba0 |
| RGB | rgb(201, 219, 160) |
| HSL | hsl(78, 45%, 74%) |
| CMYK | cmyk(8%, 0%, 27%, 14%) |
| LAB | lab(84.8 -15.9 27.1) |
| LCH | lch(84.8 31.4 120.4) |
| OKLCH | oklch(0.863 0.080 121.9) |
Copy-ready code
/* CSS */
color: #c9dba0;
background-color: #c9dba0;
/* Tailwind (arbitrary) */
class="text-[#c9dba0] bg-[#c9dba0]"
/* SCSS */
$brand: #c9dba0;
/* SwiftUI */
Color(red: 0.788, green: 0.859, blue: 0.627)
/* Android */
Color.parseColor("#c9dba0")Accessibility — WCAG contrast
Aa
#c9dba0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dba0 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green85.9%
Blue62.7%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow26.9%
Key (black)14.1%
Color previews
#c9dba0 text on a black background
contrast 14.12:1
Card sample
#c9dba0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dba0;
Background color
Panel with #c9dba0 background
background-color: #c9dba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 219, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 219, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dba0; background: linear-gradient(135deg, #c9dba0, #A2DBA0);