#cefe8f
a light, electric green · cool · closest name: khaki
RGB
206, 254, 143
HSL
86°, 98%, 78%
CMYK
19, 0, 44, 0
Luminance
0.8599
Every format
| HEX | #cefe8f |
| RGB | rgb(206, 254, 143) |
| HSL | hsl(86, 98%, 78%) |
| CMYK | cmyk(19%, 0%, 44%, 0%) |
| LAB | lab(94.3 -33.0 48.0) |
| LCH | lch(94.3 58.3 124.5) |
| OKLCH | oklch(0.939 0.148 128.1) |
Copy-ready code
/* CSS */
color: #cefe8f;
background-color: #cefe8f;
/* Tailwind (arbitrary) */
class="text-[#cefe8f] bg-[#cefe8f]"
/* SCSS */
$brand: #cefe8f;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.561)
/* Android */
Color.parseColor("#cefe8f")Accessibility — WCAG contrast
Aa
#cefe8f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefe8f on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue56.1%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow43.7%
Key (black)0.4%
Color previews
#cefe8f text on a black background
contrast 18.20:1
Card sample
#cefe8f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefe8f;
Background color
Panel with #cefe8f background
background-color: #cefe8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefe8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefe8f; background: linear-gradient(135deg, #cefe8f, #8FFE9A);