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