#cfff60
a light, electric green · cool · closest name: yellow
RGB
207, 255, 96
HSL
78°, 100%, 69%
CMYK
19, 0, 62, 0
Luminance
0.8563
Every format
| HEX | #cfff60 |
| RGB | rgb(207, 255, 96) |
| HSL | hsl(78, 100%, 69%) |
| CMYK | cmyk(19%, 0%, 62%, 0%) |
| LAB | lab(94.2 -37.5 68.7) |
| LCH | lch(94.2 78.3 118.6) |
| OKLCH | oklch(0.937 0.191 124.3) |
Copy-ready code
/* CSS */
color: #cfff60;
background-color: #cfff60;
/* Tailwind (arbitrary) */
class="text-[#cfff60] bg-[#cfff60]"
/* SCSS */
$brand: #cfff60;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.376)
/* Android */
Color.parseColor("#cfff60")Accessibility — WCAG contrast
Aa
#cfff60 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff60 on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue37.6%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow62.4%
Key (black)0.0%
Color previews
#cfff60 text on a black background
contrast 18.13:1
Card sample
#cfff60 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff60;
Background color
Panel with #cfff60 background
background-color: #cfff60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff60; background: linear-gradient(135deg, #cfff60, #65FF60);