#cef596
a light, electric green · cool · closest name: khaki
RGB
206, 245, 150
HSL
85°, 83%, 78%
CMYK
16, 0, 39, 4
Luminance
0.8063
Every format
| HEX | #cef596 |
| RGB | rgb(206, 245, 150) |
| HSL | hsl(85, 83%, 78%) |
| CMYK | cmyk(16%, 0%, 39%, 4%) |
| LAB | lab(92.0 -28.0 41.6) |
| LCH | lch(92.0 50.2 123.9) |
| OKLCH | oklch(0.921 0.128 126.9) |
Copy-ready code
/* CSS */
color: #cef596;
background-color: #cef596;
/* Tailwind (arbitrary) */
class="text-[#cef596] bg-[#cef596]"
/* SCSS */
$brand: #cef596;
/* SwiftUI */
Color(red: 0.808, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#cef596")Accessibility — WCAG contrast
Aa
#cef596 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef596 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.1%
Blue58.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#cef596 text on a black background
contrast 17.13:1
Card sample
#cef596 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef596;
Background color
Panel with #cef596 background
background-color: #cef596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef596; background: linear-gradient(135deg, #cef596, #96F59D);