#cbfd5c
a light, electric green · cool · closest name: yellow
RGB
203, 253, 92
HSL
79°, 98%, 68%
CMYK
20, 0, 64, 1
Luminance
0.8372
Every format
| HEX | #cbfd5c |
| RGB | rgb(203, 253, 92) |
| HSL | hsl(79, 98%, 68%) |
| CMYK | cmyk(20%, 0%, 64%, 1%) |
| LAB | lab(93.3 -38.3 69.3) |
| LCH | lch(93.3 79.2 118.9) |
| OKLCH | oklch(0.929 0.193 124.8) |
Copy-ready code
/* CSS */
color: #cbfd5c;
background-color: #cbfd5c;
/* Tailwind (arbitrary) */
class="text-[#cbfd5c] bg-[#cbfd5c]"
/* SCSS */
$brand: #cbfd5c;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.361)
/* Android */
Color.parseColor("#cbfd5c")Accessibility — WCAG contrast
Aa
#cbfd5c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd5c on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue36.1%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow63.6%
Key (black)0.8%
Color previews
#cbfd5c text on a black background
contrast 17.74:1
Card sample
#cbfd5c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd5c;
Background color
Panel with #cbfd5c background
background-color: #cbfd5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd5c; background: linear-gradient(135deg, #cbfd5c, #60FD5C);