#cef8ac
a light, electric green · cool · closest name: khaki
RGB
206, 248, 172
HSL
93°, 84%, 82%
CMYK
17, 0, 31, 3
Luminance
0.8324
Every format
| HEX | #cef8ac |
| RGB | rgb(206, 248, 172) |
| HSL | hsl(93, 84%, 82%) |
| CMYK | cmyk(17%, 0%, 31%, 3%) |
| LAB | lab(93.1 -26.5 32.2) |
| LCH | lch(93.1 41.7 129.5) |
| OKLCH | oklch(0.931 0.108 131.7) |
Copy-ready code
/* CSS */
color: #cef8ac;
background-color: #cef8ac;
/* Tailwind (arbitrary) */
class="text-[#cef8ac] bg-[#cef8ac]"
/* SCSS */
$brand: #cef8ac;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.675)
/* Android */
Color.parseColor("#cef8ac")Accessibility — WCAG contrast
Aa
#cef8ac on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8ac on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue67.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow30.6%
Key (black)2.7%
Color previews
#cef8ac text on a black background
contrast 17.65:1
Card sample
#cef8ac text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8ac;
Background color
Panel with #cef8ac background
background-color: #cef8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8ac; background: linear-gradient(135deg, #cef8ac, #ACF8BD);