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