#cbdf7c
a light, vivid green · cool · closest name: khaki
RGB
203, 223, 124
HSL
72°, 61%, 68%
CMYK
9, 0, 44, 13
Luminance
0.6693
Every format
| HEX | #cbdf7c |
| RGB | rgb(203, 223, 124) |
| HSL | hsl(72, 61%, 68%) |
| CMYK | cmyk(9%, 0%, 44%, 13%) |
| LAB | lab(85.5 -21.6 46.1) |
| LCH | lch(85.5 50.9 115.1) |
| OKLCH | oklch(0.867 0.126 118.5) |
Copy-ready code
/* CSS */
color: #cbdf7c;
background-color: #cbdf7c;
/* Tailwind (arbitrary) */
class="text-[#cbdf7c] bg-[#cbdf7c]"
/* SCSS */
$brand: #cbdf7c;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.486)
/* Android */
Color.parseColor("#cbdf7c")Accessibility — WCAG contrast
Aa
#cbdf7c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf7c on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue48.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow44.4%
Key (black)12.5%
Color previews
#cbdf7c text on a black background
contrast 14.39:1
Card sample
#cbdf7c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf7c;
Background color
Panel with #cbdf7c background
background-color: #cbdf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf7c; background: linear-gradient(135deg, #cbdf7c, #89DF7C);