#cef992
a light, electric green · cool · closest name: khaki
RGB
206, 249, 146
HSL
85°, 90%, 78%
CMYK
17, 0, 41, 2
Luminance
0.8295
Every format
| HEX | #cef992 |
| RGB | rgb(206, 249, 146) |
| HSL | hsl(85, 90%, 78%) |
| CMYK | cmyk(17%, 0%, 41%, 2%) |
| LAB | lab(93.0 -30.4 44.9) |
| LCH | lch(93.0 54.2 124.1) |
| OKLCH | oklch(0.929 0.138 127.4) |
Copy-ready code
/* CSS */
color: #cef992;
background-color: #cef992;
/* Tailwind (arbitrary) */
class="text-[#cef992] bg-[#cef992]"
/* SCSS */
$brand: #cef992;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.573)
/* Android */
Color.parseColor("#cef992")Accessibility — WCAG contrast
Aa
#cef992 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef992 on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue57.3%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow41.4%
Key (black)2.4%
Color previews
#cef992 text on a black background
contrast 17.59:1
Card sample
#cef992 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef992;
Background color
Panel with #cef992 background
background-color: #cef992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef992; background: linear-gradient(135deg, #cef992, #92F99B);