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