#dffdfb
a pale, electric cyan · cool · closest name: white
RGB
223, 253, 251
HSL
176°, 88%, 93%
CMYK
12, 0, 1, 1
Luminance
0.9290
Every format
| HEX | #dffdfb |
| RGB | rgb(223, 253, 251) |
| HSL | hsl(176, 88%, 93%) |
| CMYK | cmyk(12%, 0%, 1%, 1%) |
| LAB | lab(97.2 -10.0 -2.3) |
| LCH | lch(97.2 10.3 193.0) |
| OKLCH | oklch(0.972 0.031 191.8) |
Copy-ready code
/* CSS */
color: #dffdfb;
background-color: #dffdfb;
/* Tailwind (arbitrary) */
class="text-[#dffdfb] bg-[#dffdfb]"
/* SCSS */
$brand: #dffdfb;
/* SwiftUI */
Color(red: 0.875, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#dffdfb")Accessibility — WCAG contrast
Aa
#dffdfb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffdfb on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.2%
Blue98.4%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#dffdfb text on a black background
contrast 19.58:1
Card sample
#dffdfb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffdfb;
Background color
Panel with #dffdfb background
background-color: #dffdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffdfb; background: linear-gradient(135deg, #dffdfb, #DFEBFD);