#cfeeab
a light, vivid green · cool · closest name: khaki
RGB
207, 238, 171
HSL
88°, 66%, 80%
CMYK
13, 0, 28, 7
Luminance
0.7735
Every format
| HEX | #cfeeab |
| RGB | rgb(207, 238, 171) |
| HSL | hsl(88, 66%, 80%) |
| CMYK | cmyk(13%, 0%, 28%, 7%) |
| LAB | lab(90.5 -21.5 29.2) |
| LCH | lch(90.5 36.3 126.4) |
| OKLCH | oklch(0.910 0.094 128.3) |
Copy-ready code
/* CSS */
color: #cfeeab;
background-color: #cfeeab;
/* Tailwind (arbitrary) */
class="text-[#cfeeab] bg-[#cfeeab]"
/* SCSS */
$brand: #cfeeab;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#cfeeab")Accessibility — WCAG contrast
Aa
#cfeeab on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeeab on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue67.1%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow28.2%
Key (black)6.7%
Color previews
#cfeeab text on a black background
contrast 16.47:1
Card sample
#cfeeab text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeeab;
Background color
Panel with #cfeeab background
background-color: #cfeeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeeab; background: linear-gradient(135deg, #cfeeab, #ABEEB4);