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