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