#cfeabf
a light, vivid green · cool · closest name: beige
RGB
207, 234, 191
HSL
98°, 51%, 83%
CMYK
12, 0, 18, 8
Luminance
0.7587
Every format
| HEX | #cfeabf |
| RGB | rgb(207, 234, 191) |
| HSL | hsl(98, 51%, 83%) |
| CMYK | cmyk(12%, 0%, 18%, 8%) |
| LAB | lab(89.8 -16.5 18.0) |
| LCH | lch(89.8 24.4 132.6) |
| OKLCH | oklch(0.906 0.064 133.9) |
Copy-ready code
/* CSS */
color: #cfeabf;
background-color: #cfeabf;
/* Tailwind (arbitrary) */
class="text-[#cfeabf] bg-[#cfeabf]"
/* SCSS */
$brand: #cfeabf;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#cfeabf")Accessibility — WCAG contrast
Aa
#cfeabf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeabf on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue74.9%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#cfeabf text on a black background
contrast 16.17:1
Card sample
#cfeabf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeabf;
Background color
Panel with #cfeabf background
background-color: #cfeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeabf; background: linear-gradient(135deg, #cfeabf, #BFEACC);