#cfe8ac
a light, vivid green · cool · closest name: khaki
RGB
207, 232, 172
HSL
85°, 57%, 79%
CMYK
11, 0, 26, 9
Luminance
0.7396
Every format
| HEX | #cfe8ac |
| RGB | rgb(207, 232, 172) |
| HSL | hsl(85, 57%, 79%) |
| CMYK | cmyk(11%, 0%, 26%, 9%) |
| LAB | lab(88.9 -18.4 26.5) |
| LCH | lch(88.9 32.3 124.8) |
| OKLCH | oklch(0.898 0.083 126.4) |
Copy-ready code
/* CSS */
color: #cfe8ac;
background-color: #cfe8ac;
/* Tailwind (arbitrary) */
class="text-[#cfe8ac] bg-[#cfe8ac]"
/* SCSS */
$brand: #cfe8ac;
/* SwiftUI */
Color(red: 0.812, green: 0.910, blue: 0.675)
/* Android */
Color.parseColor("#cfe8ac")Accessibility — WCAG contrast
Aa
#cfe8ac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe8ac on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.0%
Blue67.5%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow25.9%
Key (black)9.0%
Color previews
#cfe8ac text on a black background
contrast 15.79:1
Card sample
#cfe8ac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe8ac;
Background color
Panel with #cfe8ac background
background-color: #cfe8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 232, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 232, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe8ac; background: linear-gradient(135deg, #cfe8ac, #ACE8B1);