#cbdf89
a light, vivid green · cool · closest name: khaki
RGB
203, 223, 137
HSL
74°, 57%, 71%
CMYK
9, 0, 39, 13
Luminance
0.6728
Every format
| HEX | #cbdf89 |
| RGB | rgb(203, 223, 137) |
| HSL | hsl(74, 57%, 71%) |
| CMYK | cmyk(9%, 0%, 39%, 13%) |
| LAB | lab(85.6 -20.1 39.9) |
| LCH | lch(85.6 44.7 116.8) |
| OKLCH | oklch(0.869 0.112 119.5) |
Copy-ready code
/* CSS */
color: #cbdf89;
background-color: #cbdf89;
/* Tailwind (arbitrary) */
class="text-[#cbdf89] bg-[#cbdf89]"
/* SCSS */
$brand: #cbdf89;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#cbdf89")Accessibility — WCAG contrast
Aa
#cbdf89 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf89 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue53.7%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow38.6%
Key (black)12.5%
Color previews
#cbdf89 text on a black background
contrast 14.46:1
Card sample
#cbdf89 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf89;
Background color
Panel with #cbdf89 background
background-color: #cbdf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf89; background: linear-gradient(135deg, #cbdf89, #92DF89);