#cef899
a light, electric green · cool · closest name: khaki
RGB
206, 248, 153
HSL
87°, 87%, 79%
CMYK
17, 0, 38, 3
Luminance
0.8256
Every format
| HEX | #cef899 |
| RGB | rgb(206, 248, 153) |
| HSL | hsl(87, 87%, 79%) |
| CMYK | cmyk(17%, 0%, 38%, 3%) |
| LAB | lab(92.8 -29.1 41.3) |
| LCH | lch(92.8 50.5 125.1) |
| OKLCH | oklch(0.928 0.129 128.1) |
Copy-ready code
/* CSS */
color: #cef899;
background-color: #cef899;
/* Tailwind (arbitrary) */
class="text-[#cef899] bg-[#cef899]"
/* SCSS */
$brand: #cef899;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.600)
/* Android */
Color.parseColor("#cef899")Accessibility — WCAG contrast
Aa
#cef899 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef899 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue60.0%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow38.3%
Key (black)2.7%
Color previews
#cef899 text on a black background
contrast 17.51:1
Card sample
#cef899 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef899;
Background color
Panel with #cef899 background
background-color: #cef899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef899; background: linear-gradient(135deg, #cef899, #99F8A3);