#cefcac
a light, electric green · cool · closest name: khaki
RGB
206, 252, 172
HSL
95°, 93%, 83%
CMYK
18, 0, 32, 1
Luminance
0.8572
Every format
| HEX | #cefcac |
| RGB | rgb(206, 252, 172) |
| HSL | hsl(95, 93%, 83%) |
| CMYK | cmyk(18%, 0%, 32%, 1%) |
| LAB | lab(94.2 -28.4 33.7) |
| LCH | lch(94.2 44.0 130.2) |
| OKLCH | oklch(0.940 0.114 132.5) |
Copy-ready code
/* CSS */
color: #cefcac;
background-color: #cefcac;
/* Tailwind (arbitrary) */
class="text-[#cefcac] bg-[#cefcac]"
/* SCSS */
$brand: #cefcac;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#cefcac")Accessibility — WCAG contrast
Aa
#cefcac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcac on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue67.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#cefcac text on a black background
contrast 18.14:1
Card sample
#cefcac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcac;
Background color
Panel with #cefcac background
background-color: #cefcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcac; background: linear-gradient(135deg, #cefcac, #ACFCBF);