#cfeec7
a pale, vivid green · cool · closest name: beige
RGB
207, 238, 199
HSL
108°, 53%, 86%
CMYK
13, 0, 16, 7
Luminance
0.7854
Every format
| HEX | #cfeec7 |
| RGB | rgb(207, 238, 199) |
| HSL | hsl(108, 53%, 86%) |
| CMYK | cmyk(13%, 0%, 16%, 7%) |
| LAB | lab(91.0 -17.2 15.5) |
| LCH | lch(91.0 23.2 137.9) |
| OKLCH | oklch(0.916 0.061 139.3) |
Copy-ready code
/* CSS */
color: #cfeec7;
background-color: #cfeec7;
/* Tailwind (arbitrary) */
class="text-[#cfeec7] bg-[#cfeec7]"
/* SCSS */
$brand: #cfeec7;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.780)
/* Android */
Color.parseColor("#cfeec7")Accessibility — WCAG contrast
Aa
#cfeec7 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeec7 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue78.0%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow16.4%
Key (black)6.7%
Color previews
#cfeec7 text on a black background
contrast 16.71:1
Card sample
#cfeec7 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeec7;
Background color
Panel with #cfeec7 background
background-color: #cfeec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeec7; background: linear-gradient(135deg, #cfeec7, #C7EED9);