#cfff46
a balanced, electric green · cool · closest name: yellow
RGB
207, 255, 70
HSL
76°, 100%, 64%
CMYK
19, 0, 73, 0
Luminance
0.8523
Every format
| HEX | #cfff46 |
| RGB | rgb(207, 255, 70) |
| HSL | hsl(76, 100%, 64%) |
| CMYK | cmyk(19%, 0%, 73%, 0%) |
| LAB | lab(94.0 -39.0 78.0) |
| LCH | lch(94.0 87.2 116.6) |
| OKLCH | oklch(0.935 0.207 123.3) |
Copy-ready code
/* CSS */
color: #cfff46;
background-color: #cfff46;
/* Tailwind (arbitrary) */
class="text-[#cfff46] bg-[#cfff46]"
/* SCSS */
$brand: #cfff46;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.275)
/* Android */
Color.parseColor("#cfff46")Accessibility — WCAG contrast
Aa
#cfff46 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff46 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue27.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow72.5%
Key (black)0.0%
Color previews
#cfff46 text on a black background
contrast 18.05:1
Card sample
#cfff46 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff46;
Background color
Panel with #cfff46 background
background-color: #cfff46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff46; background: linear-gradient(135deg, #cfff46, #53FF46);