#cbff84
a light, electric green · cool · closest name: khaki
RGB
203, 255, 132
HSL
85°, 100%, 76%
CMYK
20, 0, 48, 0
Luminance
0.8588
Every format
| HEX | #cbff84 |
| RGB | rgb(203, 255, 132) |
| HSL | hsl(85, 100%, 76%) |
| CMYK | cmyk(20%, 0%, 48%, 0%) |
| LAB | lab(94.3 -35.8 53.1) |
| LCH | lch(94.3 64.0 124.0) |
| OKLCH | oklch(0.938 0.162 128.1) |
Copy-ready code
/* CSS */
color: #cbff84;
background-color: #cbff84;
/* Tailwind (arbitrary) */
class="text-[#cbff84] bg-[#cbff84]"
/* SCSS */
$brand: #cbff84;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.518)
/* Android */
Color.parseColor("#cbff84")Accessibility — WCAG contrast
Aa
#cbff84 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff84 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue51.8%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow48.2%
Key (black)0.0%
Color previews
#cbff84 text on a black background
contrast 18.18:1
Card sample
#cbff84 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff84;
Background color
Panel with #cbff84 background
background-color: #cbff84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff84; background: linear-gradient(135deg, #cbff84, #84FF8F);