#cfff3c
a balanced, electric green · cool · closest name: yellow
RGB
207, 255, 60
HSL
75°, 100%, 62%
CMYK
19, 0, 77, 0
Luminance
0.8511
Every format
| HEX | #cfff3c |
| RGB | rgb(207, 255, 60) |
| HSL | hsl(75, 100%, 62%) |
| CMYK | cmyk(19%, 0%, 77%, 0%) |
| LAB | lab(93.9 -39.5 81.0) |
| LCH | lch(93.9 90.1 116.0) |
| OKLCH | oklch(0.934 0.212 123.1) |
Copy-ready code
/* CSS */
color: #cfff3c;
background-color: #cfff3c;
/* Tailwind (arbitrary) */
class="text-[#cfff3c] bg-[#cfff3c]"
/* SCSS */
$brand: #cfff3c;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.235)
/* Android */
Color.parseColor("#cfff3c")Accessibility — WCAG contrast
Aa
#cfff3c on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff3c on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue23.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow76.5%
Key (black)0.0%
Color previews
#cfff3c text on a black background
contrast 18.02:1
Card sample
#cfff3c text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff3c;
Background color
Panel with #cfff3c background
background-color: #cfff3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff3c; background: linear-gradient(135deg, #cfff3c, #4DFF3C);