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