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