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