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