#cef978
a light, electric green · cool · closest name: khaki
RGB
206, 249, 120
HSL
80°, 92%, 72%
CMYK
17, 0, 52, 2
Luminance
0.8223
Every format
| HEX | #cef978 |
| RGB | rgb(206, 249, 120) |
| HSL | hsl(80, 92%, 72%) |
| CMYK | cmyk(17%, 0%, 52%, 2%) |
| LAB | lab(92.7 -33.1 56.8) |
| LCH | lch(92.7 65.7 120.3) |
| OKLCH | oklch(0.925 0.163 124.8) |
Copy-ready code
/* CSS */
color: #cef978;
background-color: #cef978;
/* Tailwind (arbitrary) */
class="text-[#cef978] bg-[#cef978]"
/* SCSS */
$brand: #cef978;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.471)
/* Android */
Color.parseColor("#cef978")Accessibility — WCAG contrast
Aa
#cef978 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef978 on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue47.1%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow51.8%
Key (black)2.4%
Color previews
#cef978 text on a black background
contrast 17.45:1
Card sample
#cef978 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef978;
Background color
Panel with #cef978 background
background-color: #cef978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef978; background: linear-gradient(135deg, #cef978, #78F978);