#cef62f
a balanced, electric green · cool · closest name: yellow
RGB
206, 246, 47
HSL
72°, 92%, 58%
CMYK
16, 0, 81, 4
Luminance
0.7924
Every format
| HEX | #cef62f |
| RGB | rgb(206, 246, 47) |
| HSL | hsl(72, 92%, 58%) |
| CMYK | cmyk(16%, 0%, 81%, 4%) |
| LAB | lab(91.3 -36.3 82.1) |
| LCH | lch(91.3 89.8 113.9) |
| OKLCH | oklch(0.913 0.208 121.2) |
Copy-ready code
/* CSS */
color: #cef62f;
background-color: #cef62f;
/* Tailwind (arbitrary) */
class="text-[#cef62f] bg-[#cef62f]"
/* SCSS */
$brand: #cef62f;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.184)
/* Android */
Color.parseColor("#cef62f")Accessibility — WCAG contrast
Aa
#cef62f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef62f on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue18.4%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow80.9%
Key (black)3.5%
Color previews
#cef62f text on a black background
contrast 16.85:1
Card sample
#cef62f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef62f;
Background color
Panel with #cef62f background
background-color: #cef62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef62f; background: linear-gradient(135deg, #cef62f, #49F62F);