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