#cfeba0
a light, vivid green · cool · closest name: khaki
RGB
207, 235, 160
HSL
82°, 65%, 78%
CMYK
12, 0, 32, 8
Luminance
0.7522
Every format
| HEX | #cfeba0 |
| RGB | rgb(207, 235, 160) |
| HSL | hsl(82, 65%, 78%) |
| CMYK | cmyk(12%, 0%, 32%, 8%) |
| LAB | lab(89.5 -21.6 33.5) |
| LCH | lch(89.5 39.8 122.8) |
| OKLCH | oklch(0.902 0.102 125.0) |
Copy-ready code
/* CSS */
color: #cfeba0;
background-color: #cfeba0;
/* Tailwind (arbitrary) */
class="text-[#cfeba0] bg-[#cfeba0]"
/* SCSS */
$brand: #cfeba0;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.627)
/* Android */
Color.parseColor("#cfeba0")Accessibility — WCAG contrast
Aa
#cfeba0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeba0 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue62.7%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow31.9%
Key (black)7.8%
Color previews
#cfeba0 text on a black background
contrast 16.04:1
Card sample
#cfeba0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeba0;
Background color
Panel with #cfeba0 background
background-color: #cfeba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeba0; background: linear-gradient(135deg, #cfeba0, #A0EBA3);