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