#dff4f8
a pale, vivid cyan · cool · closest name: white
RGB
223, 244, 248
HSL
190°, 64%, 92%
CMYK
10, 2, 0, 3
Luminance
0.8717
Every format
| HEX | #dff4f8 |
| RGB | rgb(223, 244, 248) |
| HSL | hsl(190, 64%, 92%) |
| CMYK | cmyk(10%, 2%, 0%, 3%) |
| LAB | lab(94.8 -6.1 -4.3) |
| LCH | lch(94.8 7.4 215.0) |
| OKLCH | oklch(0.953 0.023 210.4) |
Copy-ready code
/* CSS */
color: #dff4f8;
background-color: #dff4f8;
/* Tailwind (arbitrary) */
class="text-[#dff4f8] bg-[#dff4f8]"
/* SCSS */
$brand: #dff4f8;
/* SwiftUI */
Color(red: 0.875, green: 0.957, blue: 0.973)
/* Android */
Color.parseColor("#dff4f8")Accessibility — WCAG contrast
Aa
#dff4f8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff4f8 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green95.7%
Blue97.3%
CMYK percentages
Cyan10.1%
Magenta1.6%
Yellow0.0%
Key (black)2.7%
Color previews
#dff4f8 text on a black background
contrast 18.43:1
Card sample
#dff4f8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff4f8;
Background color
Panel with #dff4f8 background
background-color: #dff4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 244, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 244, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff4f8; background: linear-gradient(135deg, #dff4f8, #DFE4F8);