#d6fcdf
a pale, electric green · cool · closest name: beige
RGB
214, 252, 223
HSL
134°, 86%, 91%
CMYK
15, 0, 12, 1
Luminance
0.8924
Every format
| HEX | #d6fcdf |
| RGB | rgb(214, 252, 223) |
| HSL | hsl(134, 86%, 91%) |
| CMYK | cmyk(15%, 0%, 12%, 1%) |
| LAB | lab(95.7 -17.6 9.8) |
| LCH | lch(95.7 20.2 150.8) |
| OKLCH | oklch(0.956 0.055 152.4) |
Copy-ready code
/* CSS */
color: #d6fcdf;
background-color: #d6fcdf;
/* Tailwind (arbitrary) */
class="text-[#d6fcdf] bg-[#d6fcdf]"
/* SCSS */
$brand: #d6fcdf;
/* SwiftUI */
Color(red: 0.839, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#d6fcdf")Accessibility — WCAG contrast
Aa
#d6fcdf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6fcdf on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green98.8%
Blue87.5%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#d6fcdf text on a black background
contrast 18.85:1
Card sample
#d6fcdf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6fcdf;
Background color
Panel with #d6fcdf background
background-color: #d6fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6fcdf; background: linear-gradient(135deg, #d6fcdf, #D6FCF8);