#cef64f
a balanced, electric green · cool · closest name: yellow
RGB
206, 246, 79
HSL
74°, 90%, 64%
CMYK
16, 0, 68, 4
Luminance
0.7960
Every format
| HEX | #cef64f |
| RGB | rgb(206, 246, 79) |
| HSL | hsl(74, 90%, 64%) |
| CMYK | cmyk(16%, 0%, 68%, 4%) |
| LAB | lab(91.5 -34.9 72.4) |
| LCH | lch(91.5 80.4 115.7) |
| OKLCH | oklch(0.915 0.192 122.0) |
Copy-ready code
/* CSS */
color: #cef64f;
background-color: #cef64f;
/* Tailwind (arbitrary) */
class="text-[#cef64f] bg-[#cef64f]"
/* SCSS */
$brand: #cef64f;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.310)
/* Android */
Color.parseColor("#cef64f")Accessibility — WCAG contrast
Aa
#cef64f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef64f on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue31.0%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow67.9%
Key (black)3.5%
Color previews
#cef64f text on a black background
contrast 16.92:1
Card sample
#cef64f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef64f;
Background color
Panel with #cef64f background
background-color: #cef64f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef64f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef64f; background: linear-gradient(135deg, #cef64f, #5EF64F);