#cef697
a light, electric green · cool · closest name: khaki
RGB
206, 246, 151
HSL
85°, 84%, 78%
CMYK
16, 0, 39, 4
Luminance
0.8127
Every format
| HEX | #cef697 |
| RGB | rgb(206, 246, 151) |
| HSL | hsl(85, 84%, 78%) |
| CMYK | cmyk(16%, 0%, 39%, 4%) |
| LAB | lab(92.3 -28.4 41.5) |
| LCH | lch(92.3 50.3 124.3) |
| OKLCH | oklch(0.923 0.128 127.3) |
Copy-ready code
/* CSS */
color: #cef697;
background-color: #cef697;
/* Tailwind (arbitrary) */
class="text-[#cef697] bg-[#cef697]"
/* SCSS */
$brand: #cef697;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#cef697")Accessibility — WCAG contrast
Aa
#cef697 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef697 on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue59.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#cef697 text on a black background
contrast 17.25:1
Card sample
#cef697 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef697;
Background color
Panel with #cef697 background
background-color: #cef697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef697; background: linear-gradient(135deg, #cef697, #97F69F);