#cef04f
a balanced, electric green · cool · closest name: yellow
RGB
206, 240, 79
HSL
73°, 84%, 63%
CMYK
14, 0, 67, 6
Luminance
0.7601
Every format
| HEX | #cef04f |
| RGB | rgb(206, 240, 79) |
| HSL | hsl(73, 84%, 63%) |
| CMYK | cmyk(14%, 0%, 67%, 6%) |
| LAB | lab(89.9 -32.1 70.7) |
| LCH | lch(89.9 77.7 114.4) |
| OKLCH | oklch(0.902 0.185 120.6) |
Copy-ready code
/* CSS */
color: #cef04f;
background-color: #cef04f;
/* Tailwind (arbitrary) */
class="text-[#cef04f] bg-[#cef04f]"
/* SCSS */
$brand: #cef04f;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.310)
/* Android */
Color.parseColor("#cef04f")Accessibility — WCAG contrast
Aa
#cef04f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef04f on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue31.0%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow67.1%
Key (black)5.9%
Color previews
#cef04f text on a black background
contrast 16.20:1
Card sample
#cef04f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef04f;
Background color
Panel with #cef04f background
background-color: #cef04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef04f; background: linear-gradient(135deg, #cef04f, #62F04F);