#dfeeee
a pale, soft cyan · cool · closest name: white
RGB
223, 238, 238
HSL
180°, 31%, 90%
CMYK
6, 0, 0, 7
Luminance
0.8301
Every format
| HEX | #dfeeee |
| RGB | rgb(223, 238, 238) |
| HSL | hsl(180, 31%, 90%) |
| CMYK | cmyk(6%, 0%, 0%, 7%) |
| LAB | lab(93.0 -4.9 -1.7) |
| LCH | lch(93.0 5.2 199.1) |
| OKLCH | oklch(0.938 0.016 196.9) |
Copy-ready code
/* CSS */
color: #dfeeee;
background-color: #dfeeee;
/* Tailwind (arbitrary) */
class="text-[#dfeeee] bg-[#dfeeee]"
/* SCSS */
$brand: #dfeeee;
/* SwiftUI */
Color(red: 0.875, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#dfeeee")Accessibility — WCAG contrast
Aa
#dfeeee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeeee on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.3%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#dfeeee text on a black background
contrast 17.60:1
Card sample
#dfeeee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeeee;
Background color
Panel with #dfeeee background
background-color: #dfeeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeeee; background: linear-gradient(135deg, #dfeeee, #DFE4EE);