#cbfc39
a balanced, electric green · cool · closest name: yellow
RGB
203, 252, 57
HSL
75°, 97%, 61%
CMYK
19, 0, 77, 1
Luminance
0.8261
Every format
| HEX | #cbfc39 |
| RGB | rgb(203, 252, 57) |
| HSL | hsl(75, 97%, 61%) |
| CMYK | cmyk(19%, 0%, 77%, 1%) |
| LAB | lab(92.8 -39.8 80.7) |
| LCH | lch(92.8 90.0 116.3) |
| OKLCH | oklch(0.925 0.212 123.4) |
Copy-ready code
/* CSS */
color: #cbfc39;
background-color: #cbfc39;
/* Tailwind (arbitrary) */
class="text-[#cbfc39] bg-[#cbfc39]"
/* SCSS */
$brand: #cbfc39;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.224)
/* Android */
Color.parseColor("#cbfc39")Accessibility — WCAG contrast
Aa
#cbfc39 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfc39 on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue22.4%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow77.4%
Key (black)1.2%
Color previews
#cbfc39 text on a black background
contrast 17.52:1
Card sample
#cbfc39 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfc39;
Background color
Panel with #cbfc39 background
background-color: #cbfc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfc39; background: linear-gradient(135deg, #cbfc39, #49FC39);