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