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