#cbfd80
a light, electric green · cool · closest name: khaki
RGB
203, 253, 128
HSL
84°, 97%, 75%
CMYK
20, 0, 49, 1
Luminance
0.8451
Every format
| HEX | #cbfd80 |
| RGB | rgb(203, 253, 128) |
| HSL | hsl(84, 97%, 75%) |
| CMYK | cmyk(20%, 0%, 49%, 1%) |
| LAB | lab(93.7 -35.3 54.2) |
| LCH | lch(93.7 64.7 123.0) |
| OKLCH | oklch(0.933 0.163 127.3) |
Copy-ready code
/* CSS */
color: #cbfd80;
background-color: #cbfd80;
/* Tailwind (arbitrary) */
class="text-[#cbfd80] bg-[#cbfd80]"
/* SCSS */
$brand: #cbfd80;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.502)
/* Android */
Color.parseColor("#cbfd80")Accessibility — WCAG contrast
Aa
#cbfd80 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd80 on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue50.2%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow49.4%
Key (black)0.8%
Color previews
#cbfd80 text on a black background
contrast 17.90:1
Card sample
#cbfd80 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd80;
Background color
Panel with #cbfd80 background
background-color: #cbfd80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd80; background: linear-gradient(135deg, #cbfd80, #80FD88);