#cfe0ac
a light, vivid green · cool · closest name: beige
RGB
207, 224, 172
HSL
80°, 46%, 78%
CMYK
8, 0, 23, 12
Luminance
0.6956
Every format
| HEX | #cfe0ac |
| RGB | rgb(207, 224, 172) |
| HSL | hsl(80, 46%, 78%) |
| CMYK | cmyk(8%, 0%, 23%, 12%) |
| LAB | lab(86.8 -14.5 23.6) |
| LCH | lch(86.8 27.7 121.5) |
| OKLCH | oklch(0.881 0.071 122.6) |
Copy-ready code
/* CSS */
color: #cfe0ac;
background-color: #cfe0ac;
/* Tailwind (arbitrary) */
class="text-[#cfe0ac] bg-[#cfe0ac]"
/* SCSS */
$brand: #cfe0ac;
/* SwiftUI */
Color(red: 0.812, green: 0.878, blue: 0.675)
/* Android */
Color.parseColor("#cfe0ac")Accessibility — WCAG contrast
Aa
#cfe0ac on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe0ac on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.8%
Blue67.5%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow23.2%
Key (black)12.2%
Color previews
#cfe0ac text on a black background
contrast 14.91:1
Card sample
#cfe0ac text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe0ac;
Background color
Panel with #cfe0ac background
background-color: #cfe0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 224, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 224, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe0ac; background: linear-gradient(135deg, #cfe0ac, #ACE0AC);