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