#cbdf97
a light, vivid green · cool · closest name: khaki
RGB
203, 223, 151
HSL
77°, 53%, 73%
CMYK
9, 0, 32, 13
Luminance
0.6771
Every format
| HEX | #cbdf97 |
| RGB | rgb(203, 223, 151) |
| HSL | hsl(77, 53%, 73%) |
| CMYK | cmyk(9%, 0%, 32%, 13%) |
| LAB | lab(85.9 -18.4 33.1) |
| LCH | lch(85.9 37.9 119.0) |
| OKLCH | oklch(0.872 0.096 121.0) |
Copy-ready code
/* CSS */
color: #cbdf97;
background-color: #cbdf97;
/* Tailwind (arbitrary) */
class="text-[#cbdf97] bg-[#cbdf97]"
/* SCSS */
$brand: #cbdf97;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.592)
/* Android */
Color.parseColor("#cbdf97")Accessibility — WCAG contrast
Aa
#cbdf97 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf97 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue59.2%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow32.3%
Key (black)12.5%
Color previews
#cbdf97 text on a black background
contrast 14.54:1
Card sample
#cbdf97 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf97;
Background color
Panel with #cbdf97 background
background-color: #cbdf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf97; background: linear-gradient(135deg, #cbdf97, #9BDF97);