#d3f8fe
a pale, electric cyan · cool · closest name: white
RGB
211, 248, 254
HSL
188°, 96%, 91%
CMYK
17, 2, 0, 0
Luminance
0.8814
Every format
| HEX | #d3f8fe |
| RGB | rgb(211, 248, 254) |
| HSL | hsl(188, 96%, 91%) |
| CMYK | cmyk(17%, 2%, 0%, 0%) |
| LAB | lab(95.2 -10.6 -6.9) |
| LCH | lch(95.2 12.7 212.8) |
| OKLCH | oklch(0.955 0.039 208.4) |
Copy-ready code
/* CSS */
color: #d3f8fe;
background-color: #d3f8fe;
/* Tailwind (arbitrary) */
class="text-[#d3f8fe] bg-[#d3f8fe]"
/* SCSS */
$brand: #d3f8fe;
/* SwiftUI */
Color(red: 0.827, green: 0.973, blue: 0.996)
/* Android */
Color.parseColor("#d3f8fe")Accessibility — WCAG contrast
Aa
#d3f8fe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3f8fe on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green97.3%
Blue99.6%
CMYK percentages
Cyan16.9%
Magenta2.4%
Yellow0.0%
Key (black)0.4%
Color previews
#d3f8fe text on a black background
contrast 18.63:1
Card sample
#d3f8fe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3f8fe;
Background color
Panel with #d3f8fe background
background-color: #d3f8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3f8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 248, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 248, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3f8fe; background: linear-gradient(135deg, #d3f8fe, #D3DBFE);