#daf7fb
a pale, electric cyan · cool · closest name: white
RGB
218, 247, 251
HSL
187°, 81%, 92%
CMYK
13, 2, 0, 2
Luminance
0.8839
Every format
| HEX | #daf7fb |
| RGB | rgb(218, 247, 251) |
| HSL | hsl(187, 81%, 92%) |
| CMYK | cmyk(13%, 2%, 0%, 2%) |
| LAB | lab(95.3 -8.6 -5.1) |
| LCH | lch(95.3 10.0 210.7) |
| OKLCH | oklch(0.956 0.031 206.7) |
Copy-ready code
/* CSS */
color: #daf7fb;
background-color: #daf7fb;
/* Tailwind (arbitrary) */
class="text-[#daf7fb] bg-[#daf7fb]"
/* SCSS */
$brand: #daf7fb;
/* SwiftUI */
Color(red: 0.855, green: 0.969, blue: 0.984)
/* Android */
Color.parseColor("#daf7fb")Accessibility — WCAG contrast
Aa
#daf7fb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf7fb on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green96.9%
Blue98.4%
CMYK percentages
Cyan13.1%
Magenta1.6%
Yellow0.0%
Key (black)1.6%
Color previews
#daf7fb text on a black background
contrast 18.68:1
Card sample
#daf7fb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf7fb;
Background color
Panel with #daf7fb background
background-color: #daf7fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf7fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 247, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 247, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf7fb; background: linear-gradient(135deg, #daf7fb, #DAE1FB);