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