#cfeeb1
a light, vivid green · cool · closest name: khaki
RGB
207, 238, 177
HSL
91°, 64%, 81%
CMYK
13, 0, 26, 7
Luminance
0.7759
Every format
| HEX | #cfeeb1 |
| RGB | rgb(207, 238, 177) |
| HSL | hsl(91, 64%, 81%) |
| CMYK | cmyk(13%, 0%, 26%, 7%) |
| LAB | lab(90.6 -20.6 26.3) |
| LCH | lch(90.6 33.4 128.2) |
| OKLCH | oklch(0.911 0.087 129.9) |
Copy-ready code
/* CSS */
color: #cfeeb1;
background-color: #cfeeb1;
/* Tailwind (arbitrary) */
class="text-[#cfeeb1] bg-[#cfeeb1]"
/* SCSS */
$brand: #cfeeb1;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.694)
/* Android */
Color.parseColor("#cfeeb1")Accessibility — WCAG contrast
Aa
#cfeeb1 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeeb1 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue69.4%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow25.6%
Key (black)6.7%
Color previews
#cfeeb1 text on a black background
contrast 16.52:1
Card sample
#cfeeb1 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeeb1;
Background color
Panel with #cfeeb1 background
background-color: #cfeeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeeb1; background: linear-gradient(135deg, #cfeeb1, #B1EEBC);