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