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