#dffafb
a pale, electric cyan · cool · closest name: white
RGB
223, 250, 251
HSL
182°, 78%, 93%
CMYK
11, 0, 0, 2
Luminance
0.9102
Every format
| HEX | #dffafb |
| RGB | rgb(223, 250, 251) |
| HSL | hsl(182, 78%, 93%) |
| CMYK | cmyk(11%, 0%, 0%, 2%) |
| LAB | lab(96.4 -8.5 -3.5) |
| LCH | lch(96.4 9.2 202.0) |
| OKLCH | oklch(0.966 0.028 199.4) |
Copy-ready code
/* CSS */
color: #dffafb;
background-color: #dffafb;
/* Tailwind (arbitrary) */
class="text-[#dffafb] bg-[#dffafb]"
/* SCSS */
$brand: #dffafb;
/* SwiftUI */
Color(red: 0.875, green: 0.980, blue: 0.984)
/* Android */
Color.parseColor("#dffafb")Accessibility — WCAG contrast
Aa
#dffafb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffafb on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.0%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta0.4%
Yellow0.0%
Key (black)1.6%
Color previews
#dffafb text on a black background
contrast 19.20:1
Card sample
#dffafb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffafb;
Background color
Panel with #dffafb background
background-color: #dffafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 250, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 250, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffafb; background: linear-gradient(135deg, #dffafb, #DFE7FB);