#cfff71
a light, electric green · cool · closest name: khaki
RGB
207, 255, 113
HSL
80°, 100%, 72%
CMYK
19, 0, 56, 0
Luminance
0.8598
Every format
| HEX | #cfff71 |
| RGB | rgb(207, 255, 113) |
| HSL | hsl(80, 100%, 72%) |
| CMYK | cmyk(19%, 0%, 56%, 0%) |
| LAB | lab(94.3 -36.1 61.8) |
| LCH | lch(94.3 71.6 120.3) |
| OKLCH | oklch(0.939 0.177 125.3) |
Copy-ready code
/* CSS */
color: #cfff71;
background-color: #cfff71;
/* Tailwind (arbitrary) */
class="text-[#cfff71] bg-[#cfff71]"
/* SCSS */
$brand: #cfff71;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.443)
/* Android */
Color.parseColor("#cfff71")Accessibility — WCAG contrast
Aa
#cfff71 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff71 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue44.3%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow55.7%
Key (black)0.0%
Color previews
#cfff71 text on a black background
contrast 18.20:1
Card sample
#cfff71 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff71;
Background color
Panel with #cfff71 background
background-color: #cfff71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff71; background: linear-gradient(135deg, #cfff71, #71FF72);