#dffcf8
a pale, electric cyan · cool · closest name: white
RGB
223, 252, 248
HSL
172°, 83%, 93%
CMYK
12, 0, 2, 1
Luminance
0.9209
Every format
| HEX | #dffcf8 |
| RGB | rgb(223, 252, 248) |
| HSL | hsl(172, 83%, 93%) |
| CMYK | cmyk(12%, 0%, 2%, 1%) |
| LAB | lab(96.8 -10.1 -1.3) |
| LCH | lch(96.8 10.2 187.2) |
| OKLCH | oklch(0.969 0.030 186.6) |
Copy-ready code
/* CSS */
color: #dffcf8;
background-color: #dffcf8;
/* Tailwind (arbitrary) */
class="text-[#dffcf8] bg-[#dffcf8]"
/* SCSS */
$brand: #dffcf8;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.973)
/* Android */
Color.parseColor("#dffcf8")Accessibility — WCAG contrast
Aa
#dffcf8 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffcf8 on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue97.3%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow1.6%
Key (black)1.2%
Color previews
#dffcf8 text on a black background
contrast 19.42:1
Card sample
#dffcf8 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffcf8;
Background color
Panel with #dffcf8 background
background-color: #dffcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffcf8; background: linear-gradient(135deg, #dffcf8, #DFEDFC);