#cbdb7f
a light, vivid green · cool · closest name: khaki
RGB
203, 219, 127
HSL
70°, 56%, 68%
CMYK
7, 0, 42, 14
Luminance
0.6489
Every format
| HEX | #cbdb7f |
| RGB | rgb(203, 219, 127) |
| HSL | hsl(70, 56%, 68%) |
| CMYK | cmyk(7%, 0%, 42%, 14%) |
| LAB | lab(84.4 -19.3 43.4) |
| LCH | lch(84.4 47.5 114.0) |
| OKLCH | oklch(0.859 0.118 117.0) |
Copy-ready code
/* CSS */
color: #cbdb7f;
background-color: #cbdb7f;
/* Tailwind (arbitrary) */
class="text-[#cbdb7f] bg-[#cbdb7f]"
/* SCSS */
$brand: #cbdb7f;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#cbdb7f")Accessibility — WCAG contrast
Aa
#cbdb7f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdb7f on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue49.8%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow42.0%
Key (black)14.1%
Color previews
#cbdb7f text on a black background
contrast 13.98:1
Card sample
#cbdb7f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdb7f;
Background color
Panel with #cbdb7f background
background-color: #cbdb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdb7f; background: linear-gradient(135deg, #cbdb7f, #8EDB7F);