#cfeac2
a light, vivid green · cool · closest name: beige
RGB
207, 234, 194
HSL
101°, 49%, 84%
CMYK
12, 0, 17, 8
Luminance
0.7601
Every format
| HEX | #cfeac2 |
| RGB | rgb(207, 234, 194) |
| HSL | hsl(101, 49%, 84%) |
| CMYK | cmyk(12%, 0%, 17%, 8%) |
| LAB | lab(89.9 -16.0 16.5) |
| LCH | lch(89.9 23.0 134.2) |
| OKLCH | oklch(0.907 0.061 135.5) |
Copy-ready code
/* CSS */
color: #cfeac2;
background-color: #cfeac2;
/* Tailwind (arbitrary) */
class="text-[#cfeac2] bg-[#cfeac2]"
/* SCSS */
$brand: #cfeac2;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.761)
/* Android */
Color.parseColor("#cfeac2")Accessibility — WCAG contrast
Aa
#cfeac2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeac2 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue76.1%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow17.1%
Key (black)8.2%
Color previews
#cfeac2 text on a black background
contrast 16.20:1
Card sample
#cfeac2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeac2;
Background color
Panel with #cfeac2 background
background-color: #cfeac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeac2; background: linear-gradient(135deg, #cfeac2, #C2EAD0);