#cbfc4f
a balanced, electric green · cool · closest name: yellow
RGB
203, 252, 79
HSL
77°, 97%, 65%
CMYK
19, 0, 69, 1
Luminance
0.8288
Every format
| HEX | #cbfc4f |
| RGB | rgb(203, 252, 79) |
| HSL | hsl(77, 97%, 65%) |
| CMYK | cmyk(19%, 0%, 69%, 1%) |
| LAB | lab(93.0 -38.7 73.8) |
| LCH | lch(93.0 83.4 117.7) |
| OKLCH | oklch(0.926 0.200 124.1) |
Copy-ready code
/* CSS */
color: #cbfc4f;
background-color: #cbfc4f;
/* Tailwind (arbitrary) */
class="text-[#cbfc4f] bg-[#cbfc4f]"
/* SCSS */
$brand: #cbfc4f;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.310)
/* Android */
Color.parseColor("#cbfc4f")Accessibility — WCAG contrast
Aa
#cbfc4f on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfc4f on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue31.0%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow68.7%
Key (black)1.2%
Color previews
#cbfc4f text on a black background
contrast 17.58:1
Card sample
#cbfc4f text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfc4f;
Background color
Panel with #cbfc4f background
background-color: #cbfc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfc4f; background: linear-gradient(135deg, #cbfc4f, #58FC4F);