#dcf6ee
a pale, vivid cyan · cool · closest name: ivory
RGB
220, 246, 238
HSL
162°, 59%, 91%
CMYK
11, 0, 3, 4
Luminance
0.8730
Every format
| HEX | #dcf6ee |
| RGB | rgb(220, 246, 238) |
| HSL | hsl(162, 59%, 91%) |
| CMYK | cmyk(11%, 0%, 3%, 4%) |
| LAB | lab(94.9 -9.9 1.0) |
| LCH | lch(94.9 10.0 174.4) |
| OKLCH | oklch(0.952 0.029 175.3) |
Copy-ready code
/* CSS */
color: #dcf6ee;
background-color: #dcf6ee;
/* Tailwind (arbitrary) */
class="text-[#dcf6ee] bg-[#dcf6ee]"
/* SCSS */
$brand: #dcf6ee;
/* SwiftUI */
Color(red: 0.863, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#dcf6ee")Accessibility — WCAG contrast
Aa
#dcf6ee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf6ee on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green96.5%
Blue93.3%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow3.3%
Key (black)3.5%
Color previews
#dcf6ee text on a black background
contrast 18.46:1
Card sample
#dcf6ee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf6ee;
Background color
Panel with #dcf6ee background
background-color: #dcf6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf6ee; background: linear-gradient(135deg, #dcf6ee, #DCEDF6);