#cfe2ac
a light, vivid green · cool · closest name: beige
RGB
207, 226, 172
HSL
81°, 48%, 78%
CMYK
8, 0, 24, 11
Luminance
0.7064
Every format
| HEX | #cfe2ac |
| RGB | rgb(207, 226, 172) |
| HSL | hsl(81, 48%, 78%) |
| CMYK | cmyk(8%, 0%, 24%, 11%) |
| LAB | lab(87.3 -15.5 24.4) |
| LCH | lch(87.3 28.9 122.5) |
| OKLCH | oklch(0.885 0.074 123.6) |
Copy-ready code
/* CSS */
color: #cfe2ac;
background-color: #cfe2ac;
/* Tailwind (arbitrary) */
class="text-[#cfe2ac] bg-[#cfe2ac]"
/* SCSS */
$brand: #cfe2ac;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#cfe2ac")Accessibility — WCAG contrast
Aa
#cfe2ac on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2ac on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue67.5%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#cfe2ac text on a black background
contrast 15.13:1
Card sample
#cfe2ac text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2ac;
Background color
Panel with #cfe2ac background
background-color: #cfe2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2ac; background: linear-gradient(135deg, #cfe2ac, #ACE2AD);