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