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