#cbda9b
a light, vivid green · cool · closest name: khaki
RGB
203, 218, 155
HSL
74°, 46%, 73%
CMYK
7, 0, 29, 15
Luminance
0.6521
Every format
| HEX | #cbda9b |
| RGB | rgb(203, 218, 155) |
| HSL | hsl(74, 46%, 73%) |
| CMYK | cmyk(7%, 0%, 29%, 15%) |
| LAB | lab(84.6 -15.4 29.4) |
| LCH | lch(84.6 33.2 117.6) |
| OKLCH | oklch(0.862 0.084 119.1) |
Copy-ready code
/* CSS */
color: #cbda9b;
background-color: #cbda9b;
/* Tailwind (arbitrary) */
class="text-[#cbda9b] bg-[#cbda9b]"
/* SCSS */
$brand: #cbda9b;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.608)
/* Android */
Color.parseColor("#cbda9b")Accessibility — WCAG contrast
Aa
#cbda9b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbda9b on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue60.8%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow28.9%
Key (black)14.5%
Color previews
#cbda9b text on a black background
contrast 14.04:1
Card sample
#cbda9b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbda9b;
Background color
Panel with #cbda9b background
background-color: #cbda9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbda9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbda9b; background: linear-gradient(135deg, #cbda9b, #A1DA9B);