#cbfd9d
a light, electric green · cool · closest name: khaki
RGB
203, 253, 157
HSL
91°, 96%, 80%
CMYK
20, 0, 38, 1
Luminance
0.8538
Every format
| HEX | #cbfd9d |
| RGB | rgb(203, 253, 157) |
| HSL | hsl(91, 96%, 80%) |
| CMYK | cmyk(20%, 0%, 38%, 1%) |
| LAB | lab(94.0 -31.9 40.9) |
| LCH | lch(94.0 51.9 128.0) |
| OKLCH | oklch(0.938 0.133 131.0) |
Copy-ready code
/* CSS */
color: #cbfd9d;
background-color: #cbfd9d;
/* Tailwind (arbitrary) */
class="text-[#cbfd9d] bg-[#cbfd9d]"
/* SCSS */
$brand: #cbfd9d;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.616)
/* Android */
Color.parseColor("#cbfd9d")Accessibility — WCAG contrast
Aa
#cbfd9d on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd9d on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue61.6%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow37.9%
Key (black)0.8%
Color previews
#cbfd9d text on a black background
contrast 18.08:1
Card sample
#cbfd9d text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd9d;
Background color
Panel with #cbfd9d background
background-color: #cbfd9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd9d; background: linear-gradient(135deg, #cbfd9d, #9DFDAF);