#cfedab
a light, vivid green · cool · closest name: khaki
RGB
207, 237, 171
HSL
87°, 65%, 80%
CMYK
13, 0, 28, 7
Luminance
0.7677
Every format
| HEX | #cfedab |
| RGB | rgb(207, 237, 171) |
| HSL | hsl(87, 65%, 80%) |
| CMYK | cmyk(13%, 0%, 28%, 7%) |
| LAB | lab(90.2 -21.0 28.8) |
| LCH | lch(90.2 35.7 126.1) |
| OKLCH | oklch(0.908 0.092 128.0) |
Copy-ready code
/* CSS */
color: #cfedab;
background-color: #cfedab;
/* Tailwind (arbitrary) */
class="text-[#cfedab] bg-[#cfedab]"
/* SCSS */
$brand: #cfedab;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.671)
/* Android */
Color.parseColor("#cfedab")Accessibility — WCAG contrast
Aa
#cfedab on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedab on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue67.1%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow27.8%
Key (black)7.1%
Color previews
#cfedab text on a black background
contrast 16.35:1
Card sample
#cfedab text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedab;
Background color
Panel with #cfedab background
background-color: #cfedab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedab; background: linear-gradient(135deg, #cfedab, #ABEDB3);