#cef1ac
a light, vivid green · cool · closest name: khaki
RGB
206, 241, 172
HSL
90°, 71%, 81%
CMYK
15, 0, 29, 6
Luminance
0.7901
Every format
| HEX | #cef1ac |
| RGB | rgb(206, 241, 172) |
| HSL | hsl(90, 71%, 81%) |
| CMYK | cmyk(15%, 0%, 29%, 6%) |
| LAB | lab(91.2 -23.2 29.7) |
| LCH | lch(91.2 37.7 128.0) |
| OKLCH | oklch(0.916 0.098 130.0) |
Copy-ready code
/* CSS */
color: #cef1ac;
background-color: #cef1ac;
/* Tailwind (arbitrary) */
class="text-[#cef1ac] bg-[#cef1ac]"
/* SCSS */
$brand: #cef1ac;
/* SwiftUI */
Color(red: 0.808, green: 0.945, blue: 0.675)
/* Android */
Color.parseColor("#cef1ac")Accessibility — WCAG contrast
Aa
#cef1ac on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef1ac on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.5%
Blue67.5%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow28.6%
Key (black)5.5%
Color previews
#cef1ac text on a black background
contrast 16.80:1
Card sample
#cef1ac text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef1ac;
Background color
Panel with #cef1ac background
background-color: #cef1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 241, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 241, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef1ac; background: linear-gradient(135deg, #cef1ac, #ACF1B8);