#cfe7a0
a light, vivid green · cool · closest name: khaki
RGB
207, 231, 160
HSL
80°, 60%, 77%
CMYK
10, 0, 31, 9
Luminance
0.7296
Every format
| HEX | #cfe7a0 |
| RGB | rgb(207, 231, 160) |
| HSL | hsl(80, 60%, 77%) |
| CMYK | cmyk(10%, 0%, 31%, 9%) |
| LAB | lab(88.4 -19.6 32.0) |
| LCH | lch(88.4 37.6 121.5) |
| OKLCH | oklch(0.893 0.096 123.5) |
Copy-ready code
/* CSS */
color: #cfe7a0;
background-color: #cfe7a0;
/* Tailwind (arbitrary) */
class="text-[#cfe7a0] bg-[#cfe7a0]"
/* SCSS */
$brand: #cfe7a0;
/* SwiftUI */
Color(red: 0.812, green: 0.906, blue: 0.627)
/* Android */
Color.parseColor("#cfe7a0")Accessibility — WCAG contrast
Aa
#cfe7a0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe7a0 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.6%
Blue62.7%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow30.7%
Key (black)9.4%
Color previews
#cfe7a0 text on a black background
contrast 15.59:1
Card sample
#cfe7a0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe7a0;
Background color
Panel with #cfe7a0 background
background-color: #cfe7a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe7a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 231, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 231, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe7a0; background: linear-gradient(135deg, #cfe7a0, #A0E7A0);