#cef76c
a light, electric green · cool · closest name: khaki
RGB
206, 247, 108
HSL
78°, 90%, 70%
CMYK
17, 0, 56, 3
Luminance
0.8073
Every format
| HEX | #cef76c |
| RGB | rgb(206, 247, 108) |
| HSL | hsl(78, 90%, 70%) |
| CMYK | cmyk(17%, 0%, 56%, 3%) |
| LAB | lab(92.0 -33.3 61.3) |
| LCH | lch(92.0 69.8 118.5) |
| OKLCH | oklch(0.920 0.172 123.5) |
Copy-ready code
/* CSS */
color: #cef76c;
background-color: #cef76c;
/* Tailwind (arbitrary) */
class="text-[#cef76c] bg-[#cef76c]"
/* SCSS */
$brand: #cef76c;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.424)
/* Android */
Color.parseColor("#cef76c")Accessibility — WCAG contrast
Aa
#cef76c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef76c on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue42.4%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow56.3%
Key (black)3.1%
Color previews
#cef76c text on a black background
contrast 17.15:1
Card sample
#cef76c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef76c;
Background color
Panel with #cef76c background
background-color: #cef76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef76c; background: linear-gradient(135deg, #cef76c, #71F76C);