#dafdfe
a pale, electric cyan · cool · closest name: white
RGB
218, 253, 254
HSL
182°, 95%, 93%
CMYK
14, 0, 0, 0
Luminance
0.9231
Every format
| HEX | #dafdfe |
| RGB | rgb(218, 253, 254) |
| HSL | hsl(182, 95%, 93%) |
| CMYK | cmyk(14%, 0%, 0%, 0%) |
| LAB | lab(97.0 -11.0 -4.3) |
| LCH | lch(97.0 11.8 201.2) |
| OKLCH | oklch(0.970 0.036 198.7) |
Copy-ready code
/* CSS */
color: #dafdfe;
background-color: #dafdfe;
/* Tailwind (arbitrary) */
class="text-[#dafdfe] bg-[#dafdfe]"
/* SCSS */
$brand: #dafdfe;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#dafdfe")Accessibility — WCAG contrast
Aa
#dafdfe on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafdfe on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#dafdfe text on a black background
contrast 19.46:1
Card sample
#dafdfe text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafdfe;
Background color
Panel with #dafdfe background
background-color: #dafdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafdfe; background: linear-gradient(135deg, #dafdfe, #DAE5FE);