#cfff97
a light, electric green · cool · closest name: khaki
RGB
207, 255, 151
HSL
88°, 100%, 80%
CMYK
19, 0, 41, 0
Luminance
0.8702
Every format
| HEX | #cfff97 |
| RGB | rgb(207, 255, 151) |
| HSL | hsl(88, 100%, 80%) |
| CMYK | cmyk(19%, 0%, 41%, 0%) |
| LAB | lab(94.8 -32.2 44.7) |
| LCH | lch(94.8 55.1 125.7) |
| OKLCH | oklch(0.944 0.141 129.0) |
Copy-ready code
/* CSS */
color: #cfff97;
background-color: #cfff97;
/* Tailwind (arbitrary) */
class="text-[#cfff97] bg-[#cfff97]"
/* SCSS */
$brand: #cfff97;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.592)
/* Android */
Color.parseColor("#cfff97")Accessibility — WCAG contrast
Aa
#cfff97 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff97 on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue59.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow40.8%
Key (black)0.0%
Color previews
#cfff97 text on a black background
contrast 18.40:1
Card sample
#cfff97 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff97;
Background color
Panel with #cfff97 background
background-color: #cfff97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff97; background: linear-gradient(135deg, #cfff97, #97FFA4);