#cbfd64
a light, electric green · cool · closest name: yellow
RGB
203, 253, 100
HSL
80°, 98%, 69%
CMYK
20, 0, 61, 1
Luminance
0.8387
Every format
| HEX | #cbfd64 |
| RGB | rgb(203, 253, 100) |
| HSL | hsl(80, 98%, 69%) |
| CMYK | cmyk(20%, 0%, 61%, 1%) |
| LAB | lab(93.4 -37.8 66.2) |
| LCH | lch(93.4 76.2 119.7) |
| OKLCH | oklch(0.930 0.187 125.2) |
Copy-ready code
/* CSS */
color: #cbfd64;
background-color: #cbfd64;
/* Tailwind (arbitrary) */
class="text-[#cbfd64] bg-[#cbfd64]"
/* SCSS */
$brand: #cbfd64;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.392)
/* Android */
Color.parseColor("#cbfd64")Accessibility — WCAG contrast
Aa
#cbfd64 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd64 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue39.2%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow60.5%
Key (black)0.8%
Color previews
#cbfd64 text on a black background
contrast 17.77:1
Card sample
#cbfd64 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd64;
Background color
Panel with #cbfd64 background
background-color: #cbfd64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd64; background: linear-gradient(135deg, #cbfd64, #65FD64);