#cfeac6
a light, vivid green · cool · closest name: beige
RGB
207, 234, 198
HSL
105°, 46%, 85%
CMYK
12, 0, 15, 8
Luminance
0.7619
Every format
| HEX | #cfeac6 |
| RGB | rgb(207, 234, 198) |
| HSL | hsl(105, 46%, 85%) |
| CMYK | cmyk(12%, 0%, 15%, 8%) |
| LAB | lab(90.0 -15.4 14.5) |
| LCH | lch(90.0 21.2 136.6) |
| OKLCH | oklch(0.908 0.056 137.9) |
Copy-ready code
/* CSS */
color: #cfeac6;
background-color: #cfeac6;
/* Tailwind (arbitrary) */
class="text-[#cfeac6] bg-[#cfeac6]"
/* SCSS */
$brand: #cfeac6;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.776)
/* Android */
Color.parseColor("#cfeac6")Accessibility — WCAG contrast
Aa
#cfeac6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeac6 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue77.6%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow15.4%
Key (black)8.2%
Color previews
#cfeac6 text on a black background
contrast 16.24:1
Card sample
#cfeac6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeac6;
Background color
Panel with #cfeac6 background
background-color: #cfeac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeac6; background: linear-gradient(135deg, #cfeac6, #C6EAD5);