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