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