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