#cbdf72
a light, vivid green · cool · closest name: khaki
RGB
203, 223, 114
HSL
71°, 63%, 66%
CMYK
9, 0, 49, 13
Luminance
0.6669
Every format
| HEX | #cbdf72 |
| RGB | rgb(203, 223, 114) |
| HSL | hsl(71, 63%, 66%) |
| CMYK | cmyk(9%, 0%, 49%, 13%) |
| LAB | lab(85.3 -22.6 50.8) |
| LCH | lch(85.3 55.5 114.0) |
| OKLCH | oklch(0.866 0.137 117.9) |
Copy-ready code
/* CSS */
color: #cbdf72;
background-color: #cbdf72;
/* Tailwind (arbitrary) */
class="text-[#cbdf72] bg-[#cbdf72]"
/* SCSS */
$brand: #cbdf72;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.447)
/* Android */
Color.parseColor("#cbdf72")Accessibility — WCAG contrast
Aa
#cbdf72 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf72 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue44.7%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow48.9%
Key (black)12.5%
Color previews
#cbdf72 text on a black background
contrast 14.34:1
Card sample
#cbdf72 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf72;
Background color
Panel with #cbdf72 background
background-color: #cbdf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf72; background: linear-gradient(135deg, #cbdf72, #82DF72);