#dcf1eb
a pale, soft cyan · cool · closest name: white
RGB
220, 241, 235
HSL
163°, 43%, 90%
CMYK
9, 0, 3, 6
Luminance
0.8412
Every format
| HEX | #dcf1eb |
| RGB | rgb(220, 241, 235) |
| HSL | hsl(163, 43%, 90%) |
| CMYK | cmyk(9%, 0%, 3%, 6%) |
| LAB | lab(93.5 -8.0 0.5) |
| LCH | lch(93.5 8.0 176.1) |
| OKLCH | oklch(0.941 0.024 176.8) |
Copy-ready code
/* CSS */
color: #dcf1eb;
background-color: #dcf1eb;
/* Tailwind (arbitrary) */
class="text-[#dcf1eb] bg-[#dcf1eb]"
/* SCSS */
$brand: #dcf1eb;
/* SwiftUI */
Color(red: 0.863, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#dcf1eb")Accessibility — WCAG contrast
Aa
#dcf1eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf1eb on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.5%
Blue92.2%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#dcf1eb text on a black background
contrast 17.82:1
Card sample
#dcf1eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf1eb;
Background color
Panel with #dcf1eb background
background-color: #dcf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf1eb; background: linear-gradient(135deg, #dcf1eb, #DCE9F1);