#cfeec4
a pale, vivid green · cool · closest name: beige
RGB
207, 238, 196
HSL
104°, 55%, 85%
CMYK
13, 0, 18, 7
Luminance
0.7840
Every format
| HEX | #cfeec4 |
| RGB | rgb(207, 238, 196) |
| HSL | hsl(104, 55%, 85%) |
| CMYK | cmyk(13%, 0%, 18%, 7%) |
| LAB | lab(91.0 -17.7 17.0) |
| LCH | lch(91.0 24.5 136.1) |
| OKLCH | oklch(0.916 0.065 137.5) |
Copy-ready code
/* CSS */
color: #cfeec4;
background-color: #cfeec4;
/* Tailwind (arbitrary) */
class="text-[#cfeec4] bg-[#cfeec4]"
/* SCSS */
$brand: #cfeec4;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.769)
/* Android */
Color.parseColor("#cfeec4")Accessibility — WCAG contrast
Aa
#cfeec4 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeec4 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue76.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow17.6%
Key (black)6.7%
Color previews
#cfeec4 text on a black background
contrast 16.68:1
Card sample
#cfeec4 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeec4;
Background color
Panel with #cfeec4 background
background-color: #cfeec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeec4; background: linear-gradient(135deg, #cfeec4, #C4EED5);