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