#cbfc49
a balanced, electric green · cool · closest name: yellow
RGB
203, 252, 73
HSL
76°, 97%, 64%
CMYK
19, 0, 71, 1
Luminance
0.8280
Every format
| HEX | #cbfc49 |
| RGB | rgb(203, 252, 73) |
| HSL | hsl(76, 97%, 64%) |
| CMYK | cmyk(19%, 0%, 71%, 1%) |
| LAB | lab(92.9 -39.1 75.9) |
| LCH | lch(92.9 85.3 117.2) |
| OKLCH | oklch(0.926 0.204 123.9) |
Copy-ready code
/* CSS */
color: #cbfc49;
background-color: #cbfc49;
/* Tailwind (arbitrary) */
class="text-[#cbfc49] bg-[#cbfc49]"
/* SCSS */
$brand: #cbfc49;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.286)
/* Android */
Color.parseColor("#cbfc49")Accessibility — WCAG contrast
Aa
#cbfc49 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfc49 on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue28.6%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow71.0%
Key (black)1.2%
Color previews
#cbfc49 text on a black background
contrast 17.56:1
Card sample
#cbfc49 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfc49;
Background color
Panel with #cbfc49 background
background-color: #cbfc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfc49; background: linear-gradient(135deg, #cbfc49, #54FC49);