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