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