#cfeabc
a light, vivid green · cool · closest name: beige
RGB
207, 234, 188
HSL
95°, 52%, 83%
CMYK
12, 0, 20, 8
Luminance
0.7574
Every format
| HEX | #cfeabc |
| RGB | rgb(207, 234, 188) |
| HSL | hsl(95, 52%, 83%) |
| CMYK | cmyk(12%, 0%, 20%, 8%) |
| LAB | lab(89.7 -17.0 19.4) |
| LCH | lch(89.7 25.8 131.2) |
| OKLCH | oklch(0.905 0.068 132.5) |
Copy-ready code
/* CSS */
color: #cfeabc;
background-color: #cfeabc;
/* Tailwind (arbitrary) */
class="text-[#cfeabc] bg-[#cfeabc]"
/* SCSS */
$brand: #cfeabc;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#cfeabc")Accessibility — WCAG contrast
Aa
#cfeabc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeabc on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue73.7%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#cfeabc text on a black background
contrast 16.15:1
Card sample
#cfeabc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeabc;
Background color
Panel with #cfeabc background
background-color: #cfeabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeabc; background: linear-gradient(135deg, #cfeabc, #BCEAC8);