#cef142
a balanced, electric green · cool · closest name: yellow
RGB
206, 241, 66
HSL
72°, 86%, 60%
CMYK
15, 0, 73, 6
Luminance
0.7643
Every format
| HEX | #cef142 |
| RGB | rgb(206, 241, 66) |
| HSL | hsl(72, 86%, 60%) |
| CMYK | cmyk(15%, 0%, 73%, 6%) |
| LAB | lab(90.1 -33.3 75.5) |
| LCH | lch(90.1 82.5 113.8) |
| OKLCH | oklch(0.903 0.194 120.5) |
Copy-ready code
/* CSS */
color: #cef142;
background-color: #cef142;
/* Tailwind (arbitrary) */
class="text-[#cef142] bg-[#cef142]"
/* SCSS */
$brand: #cef142;
/* SwiftUI */
Color(red: 0.808, green: 0.945, blue: 0.259)
/* Android */
Color.parseColor("#cef142")Accessibility — WCAG contrast
Aa
#cef142 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef142 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.5%
Blue25.9%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow72.6%
Key (black)5.5%
Color previews
#cef142 text on a black background
contrast 16.29:1
Card sample
#cef142 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef142;
Background color
Panel with #cef142 background
background-color: #cef142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 241, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 241, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef142; background: linear-gradient(135deg, #cef142, #59F142);