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