#cfeca2
a light, vivid green · cool · closest name: khaki
RGB
207, 236, 162
HSL
84°, 66%, 78%
CMYK
12, 0, 31, 8
Luminance
0.7586
Every format
| HEX | #cfeca2 |
| RGB | rgb(207, 236, 162) |
| HSL | hsl(84, 66%, 78%) |
| CMYK | cmyk(12%, 0%, 31%, 8%) |
| LAB | lab(89.8 -21.8 32.8) |
| LCH | lch(89.8 39.4 123.6) |
| OKLCH | oklch(0.904 0.101 125.7) |
Copy-ready code
/* CSS */
color: #cfeca2;
background-color: #cfeca2;
/* Tailwind (arbitrary) */
class="text-[#cfeca2] bg-[#cfeca2]"
/* SCSS */
$brand: #cfeca2;
/* SwiftUI */
Color(red: 0.812, green: 0.925, blue: 0.635)
/* Android */
Color.parseColor("#cfeca2")Accessibility — WCAG contrast
Aa
#cfeca2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeca2 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.5%
Blue63.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow31.4%
Key (black)7.5%
Color previews
#cfeca2 text on a black background
contrast 16.17:1
Card sample
#cfeca2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeca2;
Background color
Panel with #cfeca2 background
background-color: #cfeca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 236, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 236, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeca2; background: linear-gradient(135deg, #cfeca2, #A2ECA6);