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