#dceeee
a pale, soft cyan · cool · closest name: white
RGB
220, 238, 238
HSL
180°, 35%, 90%
CMYK
8, 0, 0, 7
Luminance
0.8254
Every format
| HEX | #dceeee |
| RGB | rgb(220, 238, 238) |
| HSL | hsl(180, 35%, 90%) |
| CMYK | cmyk(8%, 0%, 0%, 7%) |
| LAB | lab(92.8 -5.9 -2.0) |
| LCH | lch(92.8 6.3 199.0) |
| OKLCH | oklch(0.936 0.019 196.8) |
Copy-ready code
/* CSS */
color: #dceeee;
background-color: #dceeee;
/* Tailwind (arbitrary) */
class="text-[#dceeee] bg-[#dceeee]"
/* SCSS */
$brand: #dceeee;
/* SwiftUI */
Color(red: 0.863, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#dceeee")Accessibility — WCAG contrast
Aa
#dceeee on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceeee on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.3%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#dceeee text on a black background
contrast 17.51:1
Card sample
#dceeee text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceeee;
Background color
Panel with #dceeee background
background-color: #dceeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceeee; background: linear-gradient(135deg, #dceeee, #DCE2EE);