#cefc8f
a light, electric green · cool · closest name: khaki
RGB
206, 252, 143
HSL
85°, 95%, 78%
CMYK
18, 0, 43, 1
Luminance
0.8473
Every format
| HEX | #cefc8f |
| RGB | rgb(206, 252, 143) |
| HSL | hsl(85, 95%, 78%) |
| CMYK | cmyk(18%, 0%, 43%, 1%) |
| LAB | lab(93.8 -32.1 47.3) |
| LCH | lch(93.8 57.2 124.1) |
| OKLCH | oklch(0.935 0.145 127.7) |
Copy-ready code
/* CSS */
color: #cefc8f;
background-color: #cefc8f;
/* Tailwind (arbitrary) */
class="text-[#cefc8f] bg-[#cefc8f]"
/* SCSS */
$brand: #cefc8f;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.561)
/* Android */
Color.parseColor("#cefc8f")Accessibility — WCAG contrast
Aa
#cefc8f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefc8f on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue56.1%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow43.3%
Key (black)1.2%
Color previews
#cefc8f text on a black background
contrast 17.95:1
Card sample
#cefc8f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefc8f;
Background color
Panel with #cefc8f background
background-color: #cefc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefc8f; background: linear-gradient(135deg, #cefc8f, #8FFC99);