#cef026
a balanced, electric green · cool · closest name: yellow
RGB
206, 240, 38
HSL
70°, 87%, 55%
CMYK
14, 0, 84, 6
Luminance
0.7558
Every format
| HEX | #cef026 |
| RGB | rgb(206, 240, 38) |
| HSL | hsl(70, 87%, 55%) |
| CMYK | cmyk(14%, 0%, 84%, 6%) |
| LAB | lab(89.7 -33.9 82.7) |
| LCH | lch(89.7 89.3 112.3) |
| OKLCH | oklch(0.899 0.205 119.8) |
Copy-ready code
/* CSS */
color: #cef026;
background-color: #cef026;
/* Tailwind (arbitrary) */
class="text-[#cef026] bg-[#cef026]"
/* SCSS */
$brand: #cef026;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.149)
/* Android */
Color.parseColor("#cef026")Accessibility — WCAG contrast
Aa
#cef026 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef026 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue14.9%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow84.2%
Key (black)5.9%
Color previews
#cef026 text on a black background
contrast 16.12:1
Card sample
#cef026 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef026;
Background color
Panel with #cef026 background
background-color: #cef026;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef026;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef026; background: linear-gradient(135deg, #cef026, #47F026);