#cbfe5f
a light, electric green · cool · closest name: yellow
RGB
203, 254, 95
HSL
79°, 99%, 68%
CMYK
20, 0, 63, 0
Luminance
0.8441
Every format
| HEX | #cbfe5f |
| RGB | rgb(203, 254, 95) |
| HSL | hsl(79, 99%, 68%) |
| CMYK | cmyk(20%, 0%, 63%, 0%) |
| LAB | lab(93.6 -38.6 68.5) |
| LCH | lch(93.6 78.6 119.4) |
| OKLCH | oklch(0.932 0.192 125.2) |
Copy-ready code
/* CSS */
color: #cbfe5f;
background-color: #cbfe5f;
/* Tailwind (arbitrary) */
class="text-[#cbfe5f] bg-[#cbfe5f]"
/* SCSS */
$brand: #cbfe5f;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.373)
/* Android */
Color.parseColor("#cbfe5f")Accessibility — WCAG contrast
Aa
#cbfe5f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfe5f on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue37.3%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow62.6%
Key (black)0.4%
Color previews
#cbfe5f text on a black background
contrast 17.88:1
Card sample
#cbfe5f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfe5f;
Background color
Panel with #cbfe5f background
background-color: #cbfe5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfe5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfe5f; background: linear-gradient(135deg, #cbfe5f, #61FE5F);