#d2fded
a pale, electric green · cool · closest name: ivory
RGB
210, 253, 237
HSL
158°, 92%, 91%
CMYK
17, 0, 6, 1
Luminance
0.9007
Every format
| HEX | #d2fded |
| RGB | rgb(210, 253, 237) |
| HSL | hsl(158, 92%, 91%) |
| CMYK | cmyk(17%, 0%, 6%, 1%) |
| LAB | lab(96.0 -16.8 3.1) |
| LCH | lch(96.0 17.1 169.6) |
| OKLCH | oklch(0.960 0.049 170.7) |
Copy-ready code
/* CSS */
color: #d2fded;
background-color: #d2fded;
/* Tailwind (arbitrary) */
class="text-[#d2fded] bg-[#d2fded]"
/* SCSS */
$brand: #d2fded;
/* SwiftUI */
Color(red: 0.824, green: 0.992, blue: 0.929)
/* Android */
Color.parseColor("#d2fded")Accessibility — WCAG contrast
Aa
#d2fded on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fded on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green99.2%
Blue92.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow6.3%
Key (black)0.8%
Color previews
#d2fded text on a black background
contrast 19.01:1
Card sample
#d2fded text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fded;
Background color
Panel with #d2fded background
background-color: #d2fded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 253, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 253, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fded; background: linear-gradient(135deg, #d2fded, #D2F0FD);