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