#cfff58
a light, electric green · cool · closest name: yellow
RGB
207, 255, 88
HSL
77°, 100%, 67%
CMYK
19, 0, 66, 0
Luminance
0.8549
Every format
| HEX | #cfff58 |
| RGB | rgb(207, 255, 88) |
| HSL | hsl(77, 100%, 67%) |
| CMYK | cmyk(19%, 0%, 66%, 0%) |
| LAB | lab(94.1 -38.0 71.8) |
| LCH | lch(94.1 81.2 117.9) |
| OKLCH | oklch(0.936 0.196 124.0) |
Copy-ready code
/* CSS */
color: #cfff58;
background-color: #cfff58;
/* Tailwind (arbitrary) */
class="text-[#cfff58] bg-[#cfff58]"
/* SCSS */
$brand: #cfff58;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.345)
/* Android */
Color.parseColor("#cfff58")Accessibility — WCAG contrast
Aa
#cfff58 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff58 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue34.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow65.5%
Key (black)0.0%
Color previews
#cfff58 text on a black background
contrast 18.10:1
Card sample
#cfff58 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff58;
Background color
Panel with #cfff58 background
background-color: #cfff58;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff58;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff58; background: linear-gradient(135deg, #cfff58, #60FF58);