#cef84a
a balanced, electric green · cool · closest name: yellow
RGB
206, 248, 74
HSL
75°, 93%, 63%
CMYK
17, 0, 70, 3
Luminance
0.8075
Every format
| HEX | #cef84a |
| RGB | rgb(206, 248, 74) |
| HSL | hsl(75, 93%, 63%) |
| CMYK | cmyk(17%, 0%, 70%, 3%) |
| LAB | lab(92.0 -36.1 74.7) |
| LCH | lch(92.0 83.0 115.8) |
| OKLCH | oklch(0.919 0.197 122.3) |
Copy-ready code
/* CSS */
color: #cef84a;
background-color: #cef84a;
/* Tailwind (arbitrary) */
class="text-[#cef84a] bg-[#cef84a]"
/* SCSS */
$brand: #cef84a;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.290)
/* Android */
Color.parseColor("#cef84a")Accessibility — WCAG contrast
Aa
#cef84a on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef84a on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue29.0%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow70.2%
Key (black)2.7%
Color previews
#cef84a text on a black background
contrast 17.15:1
Card sample
#cef84a text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef84a;
Background color
Panel with #cef84a background
background-color: #cef84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef84a; background: linear-gradient(135deg, #cef84a, #5AF84A);