#cefe8c
a light, electric green · cool · closest name: khaki
RGB
206, 254, 140
HSL
85°, 98%, 77%
CMYK
19, 0, 45, 0
Luminance
0.8590
Every format
| HEX | #cefe8c |
| RGB | rgb(206, 254, 140) |
| HSL | hsl(85, 98%, 77%) |
| CMYK | cmyk(19%, 0%, 45%, 0%) |
| LAB | lab(94.3 -33.4 49.4) |
| LCH | lch(94.3 59.6 124.0) |
| OKLCH | oklch(0.939 0.151 127.8) |
Copy-ready code
/* CSS */
color: #cefe8c;
background-color: #cefe8c;
/* Tailwind (arbitrary) */
class="text-[#cefe8c] bg-[#cefe8c]"
/* SCSS */
$brand: #cefe8c;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.549)
/* Android */
Color.parseColor("#cefe8c")Accessibility — WCAG contrast
Aa
#cefe8c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefe8c on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue54.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow44.9%
Key (black)0.4%
Color previews
#cefe8c text on a black background
contrast 18.18:1
Card sample
#cefe8c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefe8c;
Background color
Panel with #cefe8c background
background-color: #cefe8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefe8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefe8c; background: linear-gradient(135deg, #cefe8c, #8CFE96);