#dff4fc
a pale, electric cyan · cool · closest name: white
RGB
223, 244, 252
HSL
197°, 83%, 93%
CMYK
12, 3, 0, 1
Luminance
0.8742
Every format
| HEX | #dff4fc |
| RGB | rgb(223, 244, 252) |
| HSL | hsl(197, 83%, 93%) |
| CMYK | cmyk(12%, 3%, 0%, 1%) |
| LAB | lab(94.9 -5.3 -6.2) |
| LCH | lch(94.9 8.2 229.3) |
| OKLCH | oklch(0.954 0.025 222.6) |
Copy-ready code
/* CSS */
color: #dff4fc;
background-color: #dff4fc;
/* Tailwind (arbitrary) */
class="text-[#dff4fc] bg-[#dff4fc]"
/* SCSS */
$brand: #dff4fc;
/* SwiftUI */
Color(red: 0.875, green: 0.957, blue: 0.988)
/* Android */
Color.parseColor("#dff4fc")Accessibility — WCAG contrast
Aa
#dff4fc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff4fc on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green95.7%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta3.2%
Yellow0.0%
Key (black)1.2%
Color previews
#dff4fc text on a black background
contrast 18.48:1
Card sample
#dff4fc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff4fc;
Background color
Panel with #dff4fc background
background-color: #dff4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 244, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 244, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff4fc; background: linear-gradient(135deg, #dff4fc, #DFE0FC);