#cfeac5
a light, vivid green · cool · closest name: beige
RGB
207, 234, 197
HSL
104°, 47%, 85%
CMYK
12, 0, 16, 8
Luminance
0.7614
Every format
| HEX | #cfeac5 |
| RGB | rgb(207, 234, 197) |
| HSL | hsl(104, 47%, 85%) |
| CMYK | cmyk(12%, 0%, 16%, 8%) |
| LAB | lab(89.9 -15.5 15.0) |
| LCH | lch(89.9 21.6 136.0) |
| OKLCH | oklch(0.907 0.057 137.2) |
Copy-ready code
/* CSS */
color: #cfeac5;
background-color: #cfeac5;
/* Tailwind (arbitrary) */
class="text-[#cfeac5] bg-[#cfeac5]"
/* SCSS */
$brand: #cfeac5;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.773)
/* Android */
Color.parseColor("#cfeac5")Accessibility — WCAG contrast
Aa
#cfeac5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeac5 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue77.3%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow15.8%
Key (black)8.2%
Color previews
#cfeac5 text on a black background
contrast 16.23:1
Card sample
#cfeac5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeac5;
Background color
Panel with #cfeac5 background
background-color: #cfeac5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeac5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeac5; background: linear-gradient(135deg, #cfeac5, #C5EAD4);