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