#cef047
a balanced, electric green · cool · closest name: yellow
RGB
206, 240, 71
HSL
72°, 85%, 61%
CMYK
14, 0, 70, 6
Luminance
0.7590
Every format
| HEX | #cef047 |
| RGB | rgb(206, 240, 71) |
| HSL | hsl(72, 85%, 61%) |
| CMYK | cmyk(14%, 0%, 70%, 6%) |
| LAB | lab(89.8 -32.6 73.5) |
| LCH | lch(89.8 80.5 113.9) |
| OKLCH | oklch(0.901 0.190 120.4) |
Copy-ready code
/* CSS */
color: #cef047;
background-color: #cef047;
/* Tailwind (arbitrary) */
class="text-[#cef047] bg-[#cef047]"
/* SCSS */
$brand: #cef047;
/* SwiftUI */
Color(red: 0.808, green: 0.941, blue: 0.278)
/* Android */
Color.parseColor("#cef047")Accessibility — WCAG contrast
Aa
#cef047 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef047 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.1%
Blue27.8%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow70.4%
Key (black)5.9%
Color previews
#cef047 text on a black background
contrast 16.18:1
Card sample
#cef047 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef047;
Background color
Panel with #cef047 background
background-color: #cef047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 240, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 240, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef047; background: linear-gradient(135deg, #cef047, #5DF047);