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