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