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