#cef397
a light, electric green · cool · closest name: khaki
RGB
206, 243, 151
HSL
84°, 79%, 77%
CMYK
15, 0, 38, 5
Luminance
0.7946
Every format
| HEX | #cef397 |
| RGB | rgb(206, 243, 151) |
| HSL | hsl(84, 79%, 77%) |
| CMYK | cmyk(15%, 0%, 38%, 5%) |
| LAB | lab(91.4 -26.9 40.5) |
| LCH | lch(91.4 48.6 123.7) |
| OKLCH | oklch(0.917 0.124 126.6) |
Copy-ready code
/* CSS */
color: #cef397;
background-color: #cef397;
/* Tailwind (arbitrary) */
class="text-[#cef397] bg-[#cef397]"
/* SCSS */
$brand: #cef397;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.592)
/* Android */
Color.parseColor("#cef397")Accessibility — WCAG contrast
Aa
#cef397 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef397 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue59.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow37.9%
Key (black)4.7%
Color previews
#cef397 text on a black background
contrast 16.89:1
Card sample
#cef397 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef397;
Background color
Panel with #cef397 background
background-color: #cef397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef397; background: linear-gradient(135deg, #cef397, #97F39D);