#cbff8c
a light, electric green · cool · closest name: khaki
RGB
203, 255, 140
HSL
87°, 100%, 78%
CMYK
20, 0, 45, 0
Luminance
0.8611
Every format
| HEX | #cbff8c |
| RGB | rgb(203, 255, 140) |
| HSL | hsl(87, 100%, 78%) |
| CMYK | cmyk(20%, 0%, 45%, 0%) |
| LAB | lab(94.4 -34.9 49.5) |
| LCH | lch(94.4 60.5 125.2) |
| OKLCH | oklch(0.939 0.154 128.9) |
Copy-ready code
/* CSS */
color: #cbff8c;
background-color: #cbff8c;
/* Tailwind (arbitrary) */
class="text-[#cbff8c] bg-[#cbff8c]"
/* SCSS */
$brand: #cbff8c;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.549)
/* Android */
Color.parseColor("#cbff8c")Accessibility — WCAG contrast
Aa
#cbff8c on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff8c on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue54.9%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow45.1%
Key (black)0.0%
Color previews
#cbff8c text on a black background
contrast 18.22:1
Card sample
#cbff8c text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff8c;
Background color
Panel with #cbff8c background
background-color: #cbff8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff8c; background: linear-gradient(135deg, #cbff8c, #8CFF9A);