#cefac4
a pale, electric green · cool · closest name: beige
RGB
206, 250, 196
HSL
109°, 84%, 88%
CMYK
18, 0, 22, 2
Luminance
0.8548
Every format
| HEX | #cefac4 |
| RGB | rgb(206, 250, 196) |
| HSL | hsl(109, 84%, 88%) |
| CMYK | cmyk(18%, 0%, 22%, 2%) |
| LAB | lab(94.1 -23.9 21.4) |
| LCH | lch(94.1 32.0 138.1) |
| OKLCH | oklch(0.941 0.085 139.9) |
Copy-ready code
/* CSS */
color: #cefac4;
background-color: #cefac4;
/* Tailwind (arbitrary) */
class="text-[#cefac4] bg-[#cefac4]"
/* SCSS */
$brand: #cefac4;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.769)
/* Android */
Color.parseColor("#cefac4")Accessibility — WCAG contrast
Aa
#cefac4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefac4 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue76.9%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow21.6%
Key (black)2.0%
Color previews
#cefac4 text on a black background
contrast 18.10:1
Card sample
#cefac4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefac4;
Background color
Panel with #cefac4 background
background-color: #cefac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefac4; background: linear-gradient(135deg, #cefac4, #C4FADE);