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