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