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