#d2fcda
a pale, electric green · cool · closest name: beige
RGB
210, 252, 218
HSL
131°, 88%, 91%
CMYK
17, 0, 14, 1
Luminance
0.8838
Every format
| HEX | #d2fcda |
| RGB | rgb(210, 252, 218) |
| HSL | hsl(131, 88%, 91%) |
| CMYK | cmyk(17%, 0%, 14%, 1%) |
| LAB | lab(95.3 -19.8 11.9) |
| LCH | lch(95.3 23.1 149.1) |
| OKLCH | oklch(0.953 0.063 150.7) |
Copy-ready code
/* CSS */
color: #d2fcda;
background-color: #d2fcda;
/* Tailwind (arbitrary) */
class="text-[#d2fcda] bg-[#d2fcda]"
/* SCSS */
$brand: #d2fcda;
/* SwiftUI */
Color(red: 0.824, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#d2fcda")Accessibility — WCAG contrast
Aa
#d2fcda on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fcda on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green98.8%
Blue85.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#d2fcda text on a black background
contrast 18.68:1
Card sample
#d2fcda text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fcda;
Background color
Panel with #d2fcda background
background-color: #d2fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fcda; background: linear-gradient(135deg, #d2fcda, #D2FCF6);