#cfff0f
a balanced, electric green · cool · closest name: yellow
RGB
207, 255, 15
HSL
72°, 100%, 53%
CMYK
19, 0, 94, 0
Luminance
0.8482
Every format
| HEX | #cfff0f |
| RGB | rgb(207, 255, 15) |
| HSL | hsl(72, 100%, 53%) |
| CMYK | cmyk(19%, 0%, 94%, 0%) |
| LAB | lab(93.8 -40.6 89.4) |
| LCH | lch(93.8 98.2 114.5) |
| OKLCH | oklch(0.933 0.226 122.5) |
Copy-ready code
/* CSS */
color: #cfff0f;
background-color: #cfff0f;
/* Tailwind (arbitrary) */
class="text-[#cfff0f] bg-[#cfff0f]"
/* SCSS */
$brand: #cfff0f;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.059)
/* Android */
Color.parseColor("#cfff0f")Accessibility — WCAG contrast
Aa
#cfff0f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff0f on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue5.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow94.1%
Key (black)0.0%
Color previews
#cfff0f text on a black background
contrast 17.96:1
Card sample
#cfff0f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff0f;
Background color
Panel with #cfff0f background
background-color: #cfff0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff0f; background: linear-gradient(135deg, #cfff0f, #2FFF0F);