#cbff9d
a light, electric green · cool · closest name: khaki
RGB
203, 255, 157
HSL
92°, 100%, 81%
CMYK
20, 0, 38, 0
Luminance
0.8665
Every format
| HEX | #cbff9d |
| RGB | rgb(203, 255, 157) |
| HSL | hsl(92, 100%, 81%) |
| CMYK | cmyk(20%, 0%, 38%, 0%) |
| LAB | lab(94.6 -32.9 41.6) |
| LCH | lch(94.6 53.0 128.3) |
| OKLCH | oklch(0.942 0.136 131.3) |
Copy-ready code
/* CSS */
color: #cbff9d;
background-color: #cbff9d;
/* Tailwind (arbitrary) */
class="text-[#cbff9d] bg-[#cbff9d]"
/* SCSS */
$brand: #cbff9d;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.616)
/* Android */
Color.parseColor("#cbff9d")Accessibility — WCAG contrast
Aa
#cbff9d on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff9d on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue61.6%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow38.4%
Key (black)0.0%
Color previews
#cbff9d text on a black background
contrast 18.33:1
Card sample
#cbff9d text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff9d;
Background color
Panel with #cbff9d background
background-color: #cbff9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff9d; background: linear-gradient(135deg, #cbff9d, #9DFFB0);