#cbff97
a light, electric green · cool · closest name: khaki
RGB
203, 255, 151
HSL
90°, 100%, 80%
CMYK
20, 0, 41, 0
Luminance
0.8645
Every format
| HEX | #cbff97 |
| RGB | rgb(203, 255, 151) |
| HSL | hsl(90, 100%, 80%) |
| CMYK | cmyk(20%, 0%, 41%, 0%) |
| LAB | lab(94.5 -33.6 44.4) |
| LCH | lch(94.5 55.7 127.1) |
| OKLCH | oklch(0.941 0.142 130.4) |
Copy-ready code
/* CSS */
color: #cbff97;
background-color: #cbff97;
/* Tailwind (arbitrary) */
class="text-[#cbff97] bg-[#cbff97]"
/* SCSS */
$brand: #cbff97;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.592)
/* Android */
Color.parseColor("#cbff97")Accessibility — WCAG contrast
Aa
#cbff97 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff97 on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue59.2%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow40.8%
Key (black)0.0%
Color previews
#cbff97 text on a black background
contrast 18.29:1
Card sample
#cbff97 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff97;
Background color
Panel with #cbff97 background
background-color: #cbff97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff97; background: linear-gradient(135deg, #cbff97, #97FFA8);