#cfff64
a light, electric green · cool · closest name: yellow
RGB
207, 255, 100
HSL
79°, 100%, 70%
CMYK
19, 0, 61, 0
Luminance
0.8571
Every format
| HEX | #cfff64 |
| RGB | rgb(207, 255, 100) |
| HSL | hsl(79, 100%, 70%) |
| CMYK | cmyk(19%, 0%, 61%, 0%) |
| LAB | lab(94.2 -37.2 67.1) |
| LCH | lch(94.2 76.7 119.0) |
| OKLCH | oklch(0.937 0.188 124.5) |
Copy-ready code
/* CSS */
color: #cfff64;
background-color: #cfff64;
/* Tailwind (arbitrary) */
class="text-[#cfff64] bg-[#cfff64]"
/* SCSS */
$brand: #cfff64;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.392)
/* Android */
Color.parseColor("#cfff64")Accessibility — WCAG contrast
Aa
#cfff64 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff64 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue39.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow60.8%
Key (black)0.0%
Color previews
#cfff64 text on a black background
contrast 18.14:1
Card sample
#cfff64 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff64;
Background color
Panel with #cfff64 background
background-color: #cfff64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff64; background: linear-gradient(135deg, #cfff64, #68FF64);