#cbdf77
a light, vivid green · cool · closest name: khaki
RGB
203, 223, 119
HSL
72°, 62%, 67%
CMYK
9, 0, 47, 13
Luminance
0.6680
Every format
| HEX | #cbdf77 |
| RGB | rgb(203, 223, 119) |
| HSL | hsl(72, 62%, 67%) |
| CMYK | cmyk(9%, 0%, 47%, 13%) |
| LAB | lab(85.4 -22.1 48.4) |
| LCH | lch(85.4 53.2 114.5) |
| OKLCH | oklch(0.867 0.132 118.2) |
Copy-ready code
/* CSS */
color: #cbdf77;
background-color: #cbdf77;
/* Tailwind (arbitrary) */
class="text-[#cbdf77] bg-[#cbdf77]"
/* SCSS */
$brand: #cbdf77;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.467)
/* Android */
Color.parseColor("#cbdf77")Accessibility — WCAG contrast
Aa
#cbdf77 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf77 on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue46.7%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow46.6%
Key (black)12.5%
Color previews
#cbdf77 text on a black background
contrast 14.36:1
Card sample
#cbdf77 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf77;
Background color
Panel with #cbdf77 background
background-color: #cbdf77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf77; background: linear-gradient(135deg, #cbdf77, #86DF77);