#d1f8ff
a pale, electric cyan · cool · closest name: white
RGB
209, 248, 255
HSL
189°, 100%, 91%
CMYK
18, 3, 0, 0
Luminance
0.8791
Every format
| HEX | #d1f8ff |
| RGB | rgb(209, 248, 255) |
| HSL | hsl(189, 100%, 91%) |
| CMYK | cmyk(18%, 3%, 0%, 0%) |
| LAB | lab(95.1 -11.0 -7.5) |
| LCH | lch(95.1 13.4 214.3) |
| OKLCH | oklch(0.954 0.041 209.7) |
Copy-ready code
/* CSS */
color: #d1f8ff;
background-color: #d1f8ff;
/* Tailwind (arbitrary) */
class="text-[#d1f8ff] bg-[#d1f8ff]"
/* SCSS */
$brand: #d1f8ff;
/* SwiftUI */
Color(red: 0.820, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#d1f8ff")Accessibility — WCAG contrast
Aa
#d1f8ff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1f8ff on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green97.3%
Blue100.0%
CMYK percentages
Cyan18.0%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#d1f8ff text on a black background
contrast 18.58:1
Card sample
#d1f8ff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1f8ff;
Background color
Panel with #d1f8ff background
background-color: #d1f8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1f8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1f8ff; background: linear-gradient(135deg, #d1f8ff, #D1D9FF);