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