#dffafd
a pale, electric cyan · cool · closest name: white
RGB
223, 250, 253
HSL
186°, 88%, 93%
CMYK
12, 1, 0, 1
Luminance
0.9115
Every format
| HEX | #dffafd |
| RGB | rgb(223, 250, 253) |
| HSL | hsl(186, 88%, 93%) |
| CMYK | cmyk(12%, 1%, 0%, 1%) |
| LAB | lab(96.5 -8.1 -4.4) |
| LCH | lch(96.5 9.3 208.4) |
| OKLCH | oklch(0.967 0.028 204.8) |
Copy-ready code
/* CSS */
color: #dffafd;
background-color: #dffafd;
/* Tailwind (arbitrary) */
class="text-[#dffafd] bg-[#dffafd]"
/* SCSS */
$brand: #dffafd;
/* SwiftUI */
Color(red: 0.875, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#dffafd")Accessibility — WCAG contrast
Aa
#dffafd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffafd on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.0%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#dffafd text on a black background
contrast 19.23:1
Card sample
#dffafd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffafd;
Background color
Panel with #dffafd background
background-color: #dffafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffafd; background: linear-gradient(135deg, #dffafd, #DFE6FD);