#cef2ac
a light, vivid green · cool · closest name: khaki
RGB
206, 242, 172
HSL
91°, 73%, 81%
CMYK
15, 0, 29, 5
Luminance
0.7960
Every format
| HEX | #cef2ac |
| RGB | rgb(206, 242, 172) |
| HSL | hsl(91, 73%, 81%) |
| CMYK | cmyk(15%, 0%, 29%, 5%) |
| LAB | lab(91.5 -23.7 30.1) |
| LCH | lch(91.5 38.3 128.2) |
| OKLCH | oklch(0.918 0.099 130.3) |
Copy-ready code
/* CSS */
color: #cef2ac;
background-color: #cef2ac;
/* Tailwind (arbitrary) */
class="text-[#cef2ac] bg-[#cef2ac]"
/* SCSS */
$brand: #cef2ac;
/* SwiftUI */
Color(red: 0.808, green: 0.949, blue: 0.675)
/* Android */
Color.parseColor("#cef2ac")Accessibility — WCAG contrast
Aa
#cef2ac on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef2ac on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.9%
Blue67.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow28.9%
Key (black)5.1%
Color previews
#cef2ac text on a black background
contrast 16.92:1
Card sample
#cef2ac text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef2ac;
Background color
Panel with #cef2ac background
background-color: #cef2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 242, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 242, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef2ac; background: linear-gradient(135deg, #cef2ac, #ACF2B9);