#cefdec
a pale, electric green · cool · closest name: beige
RGB
206, 253, 236
HSL
158°, 92%, 90%
CMYK
19, 0, 7, 1
Luminance
0.8943
Every format
| HEX | #cefdec |
| RGB | rgb(206, 253, 236) |
| HSL | hsl(158, 92%, 90%) |
| CMYK | cmyk(19%, 0%, 7%, 1%) |
| LAB | lab(95.8 -18.2 3.2) |
| LCH | lch(95.8 18.5 170.1) |
| OKLCH | oklch(0.957 0.053 171.1) |
Copy-ready code
/* CSS */
color: #cefdec;
background-color: #cefdec;
/* Tailwind (arbitrary) */
class="text-[#cefdec] bg-[#cefdec]"
/* SCSS */
$brand: #cefdec;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#cefdec")Accessibility — WCAG contrast
Aa
#cefdec on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdec on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue92.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#cefdec text on a black background
contrast 18.89:1
Card sample
#cefdec text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdec;
Background color
Panel with #cefdec background
background-color: #cefdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdec; background: linear-gradient(135deg, #cefdec, #CEEFFD);