#cbdf9e
a light, vivid green · cool · closest name: khaki
RGB
203, 223, 158
HSL
79°, 50%, 75%
CMYK
9, 0, 29, 13
Luminance
0.6794
Every format
| HEX | #cbdf9e |
| RGB | rgb(203, 223, 158) |
| HSL | hsl(79, 50%, 75%) |
| CMYK | cmyk(9%, 0%, 29%, 13%) |
| LAB | lab(86.0 -17.4 29.7) |
| LCH | lch(86.0 34.5 120.4) |
| OKLCH | oklch(0.873 0.088 122.1) |
Copy-ready code
/* CSS */
color: #cbdf9e;
background-color: #cbdf9e;
/* Tailwind (arbitrary) */
class="text-[#cbdf9e] bg-[#cbdf9e]"
/* SCSS */
$brand: #cbdf9e;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.620)
/* Android */
Color.parseColor("#cbdf9e")Accessibility — WCAG contrast
Aa
#cbdf9e on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf9e on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue62.0%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow29.1%
Key (black)12.5%
Color previews
#cbdf9e text on a black background
contrast 14.59:1
Card sample
#cbdf9e text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf9e;
Background color
Panel with #cbdf9e background
background-color: #cbdf9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf9e; background: linear-gradient(135deg, #cbdf9e, #A0DF9E);