#cfe7ac
a light, vivid green · cool · closest name: khaki
RGB
207, 231, 172
HSL
84°, 55%, 79%
CMYK
10, 0, 26, 9
Luminance
0.7340
Every format
| HEX | #cfe7ac |
| RGB | rgb(207, 231, 172) |
| HSL | hsl(84, 55%, 79%) |
| CMYK | cmyk(10%, 0%, 26%, 9%) |
| LAB | lab(88.6 -18.0 26.2) |
| LCH | lch(88.6 31.7 124.5) |
| OKLCH | oklch(0.896 0.082 126.0) |
Copy-ready code
/* CSS */
color: #cfe7ac;
background-color: #cfe7ac;
/* Tailwind (arbitrary) */
class="text-[#cfe7ac] bg-[#cfe7ac]"
/* SCSS */
$brand: #cfe7ac;
/* SwiftUI */
Color(red: 0.812, green: 0.906, blue: 0.675)
/* Android */
Color.parseColor("#cfe7ac")Accessibility — WCAG contrast
Aa
#cfe7ac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe7ac on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.6%
Blue67.5%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow25.5%
Key (black)9.4%
Color previews
#cfe7ac text on a black background
contrast 15.68:1
Card sample
#cfe7ac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe7ac;
Background color
Panel with #cfe7ac background
background-color: #cfe7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 231, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 231, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe7ac; background: linear-gradient(135deg, #cfe7ac, #ACE7B0);