#cbfe39
a balanced, electric green · cool · closest name: yellow
RGB
203, 254, 57
HSL
76°, 99%, 61%
CMYK
20, 0, 78, 0
Luminance
0.8388
Every format
| HEX | #cbfe39 |
| RGB | rgb(203, 254, 57) |
| HSL | hsl(76, 99%, 61%) |
| CMYK | cmyk(20%, 0%, 78%, 0%) |
| LAB | lab(93.4 -40.7 81.2) |
| LCH | lch(93.4 90.8 116.6) |
| OKLCH | oklch(0.929 0.214 123.8) |
Copy-ready code
/* CSS */
color: #cbfe39;
background-color: #cbfe39;
/* Tailwind (arbitrary) */
class="text-[#cbfe39] bg-[#cbfe39]"
/* SCSS */
$brand: #cbfe39;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.224)
/* Android */
Color.parseColor("#cbfe39")Accessibility — WCAG contrast
Aa
#cbfe39 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfe39 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue22.4%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow77.6%
Key (black)0.4%
Color previews
#cbfe39 text on a black background
contrast 17.78:1
Card sample
#cbfe39 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfe39;
Background color
Panel with #cbfe39 background
background-color: #cbfe39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfe39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfe39; background: linear-gradient(135deg, #cbfe39, #48FE39);