#dcf9eb
a pale, vivid green · cool · closest name: ivory
RGB
220, 249, 235
HSL
151°, 71%, 92%
CMYK
12, 0, 6, 2
Luminance
0.8897
Every format
| HEX | #dcf9eb |
| RGB | rgb(220, 249, 235) |
| HSL | hsl(151, 71%, 92%) |
| CMYK | cmyk(12%, 0%, 6%, 2%) |
| LAB | lab(95.6 -12.0 3.5) |
| LCH | lch(95.6 12.5 163.6) |
| OKLCH | oklch(0.957 0.035 165.0) |
Copy-ready code
/* CSS */
color: #dcf9eb;
background-color: #dcf9eb;
/* Tailwind (arbitrary) */
class="text-[#dcf9eb] bg-[#dcf9eb]"
/* SCSS */
$brand: #dcf9eb;
/* SwiftUI */
Color(red: 0.863, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#dcf9eb")Accessibility — WCAG contrast
Aa
#dcf9eb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf9eb on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green97.6%
Blue92.2%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#dcf9eb text on a black background
contrast 18.79:1
Card sample
#dcf9eb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf9eb;
Background color
Panel with #dcf9eb background
background-color: #dcf9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf9eb; background: linear-gradient(135deg, #dcf9eb, #DCF4F9);