#cbff73
a light, electric green · cool · closest name: khaki
RGB
203, 255, 115
HSL
82°, 100%, 73%
CMYK
20, 0, 55, 0
Luminance
0.8545
Every format
| HEX | #cbff73 |
| RGB | rgb(203, 255, 115) |
| HSL | hsl(82, 100%, 73%) |
| CMYK | cmyk(20%, 0%, 55%, 0%) |
| LAB | lab(94.1 -37.4 60.6) |
| LCH | lch(94.1 71.2 121.7) |
| OKLCH | oklch(0.936 0.177 126.6) |
Copy-ready code
/* CSS */
color: #cbff73;
background-color: #cbff73;
/* Tailwind (arbitrary) */
class="text-[#cbff73] bg-[#cbff73]"
/* SCSS */
$brand: #cbff73;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.451)
/* Android */
Color.parseColor("#cbff73")Accessibility — WCAG contrast
Aa
#cbff73 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbff73 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue45.1%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow54.9%
Key (black)0.0%
Color previews
#cbff73 text on a black background
contrast 18.09:1
Card sample
#cbff73 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbff73;
Background color
Panel with #cbff73 background
background-color: #cbff73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbff73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbff73; background: linear-gradient(135deg, #cbff73, #73FF78);