#dffdfe
a pale, electric cyan · cool · closest name: white
RGB
223, 253, 254
HSL
182°, 94%, 94%
CMYK
12, 0, 0, 0
Luminance
0.9309
Every format
| HEX | #dffdfe |
| RGB | rgb(223, 253, 254) |
| HSL | hsl(182, 94%, 94%) |
| CMYK | cmyk(12%, 0%, 0%, 0%) |
| LAB | lab(97.3 -9.4 -3.8) |
| LCH | lch(97.3 10.2 201.6) |
| OKLCH | oklch(0.973 0.031 199.1) |
Copy-ready code
/* CSS */
color: #dffdfe;
background-color: #dffdfe;
/* Tailwind (arbitrary) */
class="text-[#dffdfe] bg-[#dffdfe]"
/* SCSS */
$brand: #dffdfe;
/* SwiftUI */
Color(red: 0.875, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#dffdfe")Accessibility — WCAG contrast
Aa
#dffdfe on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffdfe on black: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.2%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#dffdfe text on a black background
contrast 19.62:1
Card sample
#dffdfe text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffdfe;
Background color
Panel with #dffdfe background
background-color: #dffdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffdfe; background: linear-gradient(135deg, #dffdfe, #DFE8FE);