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