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