#cfeaba
a light, vivid green · cool · closest name: beige
RGB
207, 234, 186
HSL
94°, 53%, 82%
CMYK
12, 0, 21, 8
Luminance
0.7566
Every format
| HEX | #cfeaba |
| RGB | rgb(207, 234, 186) |
| HSL | hsl(94, 53%, 82%) |
| CMYK | cmyk(12%, 0%, 21%, 8%) |
| LAB | lab(89.7 -17.3 20.4) |
| LCH | lch(89.7 26.8 130.3) |
| OKLCH | oklch(0.905 0.070 131.6) |
Copy-ready code
/* CSS */
color: #cfeaba;
background-color: #cfeaba;
/* Tailwind (arbitrary) */
class="text-[#cfeaba] bg-[#cfeaba]"
/* SCSS */
$brand: #cfeaba;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.729)
/* Android */
Color.parseColor("#cfeaba")Accessibility — WCAG contrast
Aa
#cfeaba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeaba on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue72.9%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow20.5%
Key (black)8.2%
Color previews
#cfeaba text on a black background
contrast 16.13:1
Card sample
#cfeaba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeaba;
Background color
Panel with #cfeaba background
background-color: #cfeaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeaba; background: linear-gradient(135deg, #cfeaba, #BAEAC5);