#cbec8b
a light, vivid green · cool · closest name: khaki
RGB
203, 236, 139
HSL
80°, 72%, 74%
CMYK
14, 0, 41, 8
Luminance
0.7455
Every format
| HEX | #cbec8b |
| RGB | rgb(203, 236, 139) |
| HSL | hsl(80, 72%, 74%) |
| CMYK | cmyk(14%, 0%, 41%, 8%) |
| LAB | lab(89.2 -26.2 43.5) |
| LCH | lch(89.2 50.7 121.1) |
| OKLCH | oklch(0.898 0.128 124.3) |
Copy-ready code
/* CSS */
color: #cbec8b;
background-color: #cbec8b;
/* Tailwind (arbitrary) */
class="text-[#cbec8b] bg-[#cbec8b]"
/* SCSS */
$brand: #cbec8b;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.545)
/* Android */
Color.parseColor("#cbec8b")Accessibility — WCAG contrast
Aa
#cbec8b on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbec8b on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue54.5%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow41.1%
Key (black)7.5%
Color previews
#cbec8b text on a black background
contrast 15.91:1
Card sample
#cbec8b text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbec8b;
Background color
Panel with #cbec8b background
background-color: #cbec8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbec8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbec8b; background: linear-gradient(135deg, #cbec8b, #8BEC8B);