#cfeecf
a pale, vivid green · cool · closest name: beige
RGB
207, 238, 207
HSL
120°, 48%, 87%
CMYK
13, 0, 13, 7
Luminance
0.7892
Every format
| HEX | #cfeecf |
| RGB | rgb(207, 238, 207) |
| HSL | hsl(120, 48%, 87%) |
| CMYK | cmyk(13%, 0%, 13%, 7%) |
| LAB | lab(91.2 -15.8 11.6) |
| LCH | lch(91.2 19.6 143.7) |
| OKLCH | oklch(0.918 0.053 145.1) |
Copy-ready code
/* CSS */
color: #cfeecf;
background-color: #cfeecf;
/* Tailwind (arbitrary) */
class="text-[#cfeecf] bg-[#cfeecf]"
/* SCSS */
$brand: #cfeecf;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#cfeecf")Accessibility — WCAG contrast
Aa
#cfeecf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeecf on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow13.0%
Key (black)6.7%
Color previews
#cfeecf text on a black background
contrast 16.78:1
Card sample
#cfeecf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeecf;
Background color
Panel with #cfeecf background
background-color: #cfeecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeecf; background: linear-gradient(135deg, #cfeecf, #CFEEE4);