#d2fdfc
a pale, electric cyan · cool · closest name: white
RGB
210, 253, 252
HSL
179°, 92%, 91%
CMYK
17, 0, 0, 1
Luminance
0.9098
Every format
| HEX | #d2fdfc |
| RGB | rgb(210, 253, 252) |
| HSL | hsl(179, 92%, 91%) |
| CMYK | cmyk(17%, 0%, 0%, 1%) |
| LAB | lab(96.4 -13.8 -4.1) |
| LCH | lch(96.4 14.4 196.5) |
| OKLCH | oklch(0.964 0.044 194.7) |
Copy-ready code
/* CSS */
color: #d2fdfc;
background-color: #d2fdfc;
/* Tailwind (arbitrary) */
class="text-[#d2fdfc] bg-[#d2fdfc]"
/* SCSS */
$brand: #d2fdfc;
/* SwiftUI */
Color(red: 0.824, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#d2fdfc")Accessibility — WCAG contrast
Aa
#d2fdfc on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fdfc on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green99.2%
Blue98.8%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#d2fdfc text on a black background
contrast 19.20:1
Card sample
#d2fdfc text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fdfc;
Background color
Panel with #d2fdfc background
background-color: #d2fdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fdfc; background: linear-gradient(135deg, #d2fdfc, #D2E1FD);