#dcf4ee
a pale, vivid cyan · cool · closest name: white
RGB
220, 244, 238
HSL
165°, 52%, 91%
CMYK
10, 0, 3, 4
Luminance
0.8609
Every format
| HEX | #dcf4ee |
| RGB | rgb(220, 244, 238) |
| HSL | hsl(165, 52%, 91%) |
| CMYK | cmyk(10%, 0%, 3%, 4%) |
| LAB | lab(94.3 -8.9 0.2) |
| LCH | lch(94.3 8.9 178.6) |
| OKLCH | oklch(0.948 0.026 179.1) |
Copy-ready code
/* CSS */
color: #dcf4ee;
background-color: #dcf4ee;
/* Tailwind (arbitrary) */
class="text-[#dcf4ee] bg-[#dcf4ee]"
/* SCSS */
$brand: #dcf4ee;
/* SwiftUI */
Color(red: 0.863, green: 0.957, blue: 0.933)
/* Android */
Color.parseColor("#dcf4ee")Accessibility — WCAG contrast
Aa
#dcf4ee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf4ee on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green95.7%
Blue93.3%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow2.5%
Key (black)4.3%
Color previews
#dcf4ee text on a black background
contrast 18.22:1
Card sample
#dcf4ee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf4ee;
Background color
Panel with #dcf4ee background
background-color: #dcf4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 244, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 244, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf4ee; background: linear-gradient(135deg, #dcf4ee, #DCEAF4);