#dff2fc
a pale, electric blue · cool · closest name: lavender
RGB
223, 242, 252
HSL
201°, 83%, 93%
CMYK
12, 4, 0, 1
Luminance
0.8622
Every format
| HEX | #dff2fc |
| RGB | rgb(223, 242, 252) |
| HSL | hsl(201, 83%, 93%) |
| CMYK | cmyk(12%, 4%, 0%, 1%) |
| LAB | lab(94.4 -4.3 -6.9) |
| LCH | lch(94.4 8.2 238.3) |
| OKLCH | oklch(0.950 0.024 230.4) |
Copy-ready code
/* CSS */
color: #dff2fc;
background-color: #dff2fc;
/* Tailwind (arbitrary) */
class="text-[#dff2fc] bg-[#dff2fc]"
/* SCSS */
$brand: #dff2fc;
/* SwiftUI */
Color(red: 0.875, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#dff2fc")Accessibility — WCAG contrast
Aa
#dff2fc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff2fc on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.9%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#dff2fc text on a black background
contrast 18.24:1
Card sample
#dff2fc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff2fc;
Background color
Panel with #dff2fc background
background-color: #dff2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff2fc; background: linear-gradient(135deg, #dff2fc, #DFDFFC);