#cfeba4
a light, vivid green · cool · closest name: khaki
RGB
207, 235, 164
HSL
84°, 64%, 78%
CMYK
12, 0, 30, 8
Luminance
0.7536
Every format
| HEX | #cfeba4 |
| RGB | rgb(207, 235, 164) |
| HSL | hsl(84, 64%, 78%) |
| CMYK | cmyk(12%, 0%, 30%, 8%) |
| LAB | lab(89.6 -21.1 31.5) |
| LCH | lch(89.6 37.9 123.7) |
| OKLCH | oklch(0.903 0.097 125.8) |
Copy-ready code
/* CSS */
color: #cfeba4;
background-color: #cfeba4;
/* Tailwind (arbitrary) */
class="text-[#cfeba4] bg-[#cfeba4]"
/* SCSS */
$brand: #cfeba4;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.643)
/* Android */
Color.parseColor("#cfeba4")Accessibility — WCAG contrast
Aa
#cfeba4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeba4 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue64.3%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow30.2%
Key (black)7.8%
Color previews
#cfeba4 text on a black background
contrast 16.07:1
Card sample
#cfeba4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeba4;
Background color
Panel with #cfeba4 background
background-color: #cfeba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeba4; background: linear-gradient(135deg, #cfeba4, #A4EBA8);