#cbfd4d
a balanced, electric green · cool · closest name: yellow
RGB
203, 253, 77
HSL
77°, 98%, 65%
CMYK
20, 0, 70, 1
Luminance
0.8348
Every format
| HEX | #cbfd4d |
| RGB | rgb(203, 253, 77) |
| HSL | hsl(77, 98%, 65%) |
| CMYK | cmyk(20%, 0%, 70%, 1%) |
| LAB | lab(93.2 -39.3 74.8) |
| LCH | lch(93.2 84.5 117.7) |
| OKLCH | oklch(0.928 0.203 124.2) |
Copy-ready code
/* CSS */
color: #cbfd4d;
background-color: #cbfd4d;
/* Tailwind (arbitrary) */
class="text-[#cbfd4d] bg-[#cbfd4d]"
/* SCSS */
$brand: #cbfd4d;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.302)
/* Android */
Color.parseColor("#cbfd4d")Accessibility — WCAG contrast
Aa
#cbfd4d on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd4d on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue30.2%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow69.6%
Key (black)0.8%
Color previews
#cbfd4d text on a black background
contrast 17.70:1
Card sample
#cbfd4d text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd4d;
Background color
Panel with #cbfd4d background
background-color: #cbfd4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd4d; background: linear-gradient(135deg, #cbfd4d, #56FD4D);