#cef366
a light, electric green · cool · closest name: khaki
RGB
206, 243, 102
HSL
76°, 86%, 68%
CMYK
15, 0, 58, 5
Luminance
0.7818
Every format
| HEX | #cef366 |
| RGB | rgb(206, 243, 102) |
| HSL | hsl(76, 86%, 68%) |
| CMYK | cmyk(15%, 0%, 58%, 5%) |
| LAB | lab(90.9 -31.9 62.6) |
| LCH | lch(90.9 70.3 117.0) |
| OKLCH | oklch(0.910 0.172 122.2) |
Copy-ready code
/* CSS */
color: #cef366;
background-color: #cef366;
/* Tailwind (arbitrary) */
class="text-[#cef366] bg-[#cef366]"
/* SCSS */
$brand: #cef366;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#cef366")Accessibility — WCAG contrast
Aa
#cef366 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef366 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue40.0%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#cef366 text on a black background
contrast 16.64:1
Card sample
#cef366 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef366;
Background color
Panel with #cef366 background
background-color: #cef366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef366; background: linear-gradient(135deg, #cef366, #70F366);