#d2fafd
a pale, electric cyan · cool · closest name: white
RGB
210, 250, 253
HSL
184°, 92%, 91%
CMYK
17, 1, 0, 1
Luminance
0.8916
Every format
| HEX | #d2fafd |
| RGB | rgb(210, 250, 253) |
| HSL | hsl(184, 92%, 91%) |
| CMYK | cmyk(17%, 1%, 0%, 1%) |
| LAB | lab(95.7 -12.2 -5.7) |
| LCH | lch(95.7 13.4 205.2) |
| OKLCH | oklch(0.958 0.041 202.1) |
Copy-ready code
/* CSS */
color: #d2fafd;
background-color: #d2fafd;
/* Tailwind (arbitrary) */
class="text-[#d2fafd] bg-[#d2fafd]"
/* SCSS */
$brand: #d2fafd;
/* SwiftUI */
Color(red: 0.824, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#d2fafd")Accessibility — WCAG contrast
Aa
#d2fafd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2fafd on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green98.0%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#d2fafd text on a black background
contrast 18.83:1
Card sample
#d2fafd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2fafd;
Background color
Panel with #d2fafd background
background-color: #d2fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fafd; background: linear-gradient(135deg, #d2fafd, #D2DDFD);