#d2fdf1
a pale, electric cyan · cool · closest name: ivory
RGB
210, 253, 241
HSL
163°, 92%, 91%
CMYK
17, 0, 5, 1
Luminance
0.9030
Every format
| HEX | #d2fdf1 |
| RGB | rgb(210, 253, 241) |
| HSL | hsl(163, 92%, 91%) |
| CMYK | cmyk(17%, 0%, 5%, 1%) |
| LAB | lab(96.1 -16.0 1.2) |
| LCH | lch(96.1 16.1 175.8) |
| OKLCH | oklch(0.961 0.047 176.5) |
Copy-ready code
/* CSS */
color: #d2fdf1;
background-color: #d2fdf1;
/* Tailwind (arbitrary) */
class="text-[#d2fdf1] bg-[#d2fdf1]"
/* SCSS */
$brand: #d2fdf1;
/* SwiftUI */
Color(red: 0.824, green: 0.992, blue: 0.945)
/* Android */
Color.parseColor("#d2fdf1")Accessibility — WCAG contrast
Aa
#d2fdf1 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fdf1 on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green99.2%
Blue94.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow4.7%
Key (black)0.8%
Color previews
#d2fdf1 text on a black background
contrast 19.06:1
Card sample
#d2fdf1 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fdf1;
Background color
Panel with #d2fdf1 background
background-color: #d2fdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 253, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 253, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fdf1; background: linear-gradient(135deg, #d2fdf1, #D2ECFD);