#cfff7c
a light, electric green · cool · closest name: khaki
RGB
207, 255, 124
HSL
82°, 100%, 74%
CMYK
19, 0, 51, 0
Luminance
0.8624
Every format
| HEX | #cfff7c |
| RGB | rgb(207, 255, 124) |
| HSL | hsl(82, 100%, 74%) |
| CMYK | cmyk(19%, 0%, 51%, 0%) |
| LAB | lab(94.4 -35.1 57.0) |
| LCH | lch(94.4 67.0 121.6) |
| OKLCH | oklch(0.940 0.167 126.1) |
Copy-ready code
/* CSS */
color: #cfff7c;
background-color: #cfff7c;
/* Tailwind (arbitrary) */
class="text-[#cfff7c] bg-[#cfff7c]"
/* SCSS */
$brand: #cfff7c;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#cfff7c")Accessibility — WCAG contrast
Aa
#cfff7c on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff7c on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue48.6%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#cfff7c text on a black background
contrast 18.25:1
Card sample
#cfff7c text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff7c;
Background color
Panel with #cfff7c background
background-color: #cfff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff7c; background: linear-gradient(135deg, #cfff7c, #7CFF80);