#cbfc79
a light, electric green · cool · closest name: khaki
RGB
203, 252, 121
HSL
82°, 96%, 73%
CMYK
19, 0, 52, 1
Luminance
0.8370
Every format
| HEX | #cbfc79 |
| RGB | rgb(203, 252, 121) |
| HSL | hsl(82, 96%, 73%) |
| CMYK | cmyk(19%, 0%, 52%, 1%) |
| LAB | lab(93.3 -35.5 57.0) |
| LCH | lch(93.3 67.2 121.9) |
| OKLCH | oklch(0.930 0.168 126.5) |
Copy-ready code
/* CSS */
color: #cbfc79;
background-color: #cbfc79;
/* Tailwind (arbitrary) */
class="text-[#cbfc79] bg-[#cbfc79]"
/* SCSS */
$brand: #cbfc79;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.475)
/* Android */
Color.parseColor("#cbfc79")Accessibility — WCAG contrast
Aa
#cbfc79 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfc79 on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue47.5%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow52.0%
Key (black)1.2%
Color previews
#cbfc79 text on a black background
contrast 17.74:1
Card sample
#cbfc79 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfc79;
Background color
Panel with #cbfc79 background
background-color: #cbfc79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfc79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfc79; background: linear-gradient(135deg, #cbfc79, #79FC7E);