#cfeba7
a light, vivid green · cool · closest name: khaki
RGB
207, 235, 167
HSL
85°, 63%, 79%
CMYK
12, 0, 29, 8
Luminance
0.7547
Every format
| HEX | #cfeba7 |
| RGB | rgb(207, 235, 167) |
| HSL | hsl(85, 63%, 79%) |
| CMYK | cmyk(12%, 0%, 29%, 8%) |
| LAB | lab(89.6 -20.6 30.1) |
| LCH | lch(89.6 36.5 124.5) |
| OKLCH | oklch(0.903 0.094 126.4) |
Copy-ready code
/* CSS */
color: #cfeba7;
background-color: #cfeba7;
/* Tailwind (arbitrary) */
class="text-[#cfeba7] bg-[#cfeba7]"
/* SCSS */
$brand: #cfeba7;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.655)
/* Android */
Color.parseColor("#cfeba7")Accessibility — WCAG contrast
Aa
#cfeba7 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeba7 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue65.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow28.9%
Key (black)7.8%
Color previews
#cfeba7 text on a black background
contrast 16.09:1
Card sample
#cfeba7 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeba7;
Background color
Panel with #cfeba7 background
background-color: #cfeba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeba7; background: linear-gradient(135deg, #cfeba7, #A7EBAC);