#d6ffdc
a pale, electric green · cool · closest name: beige
RGB
214, 255, 220
HSL
129°, 100%, 92%
CMYK
16, 0, 14, 0
Luminance
0.9098
Every format
| HEX | #d6ffdc |
| RGB | rgb(214, 255, 220) |
| HSL | hsl(129, 100%, 92%) |
| CMYK | cmyk(16%, 0%, 14%, 0%) |
| LAB | lab(96.4 -19.6 12.4) |
| LCH | lch(96.4 23.2 147.6) |
| OKLCH | oklch(0.962 0.063 149.2) |
Copy-ready code
/* CSS */
color: #d6ffdc;
background-color: #d6ffdc;
/* Tailwind (arbitrary) */
class="text-[#d6ffdc] bg-[#d6ffdc]"
/* SCSS */
$brand: #d6ffdc;
/* SwiftUI */
Color(red: 0.839, green: 1.000, blue: 0.863)
/* Android */
Color.parseColor("#d6ffdc")Accessibility — WCAG contrast
Aa
#d6ffdc on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ffdc on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green100.0%
Blue86.3%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow13.7%
Key (black)0.0%
Color previews
#d6ffdc text on a black background
contrast 19.20:1
Card sample
#d6ffdc text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ffdc;
Background color
Panel with #d6ffdc background
background-color: #d6ffdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ffdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 255, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 255, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ffdc; background: linear-gradient(135deg, #d6ffdc, #D6FFF7);