#dceee2
a pale, soft green · cool · closest name: ivory
RGB
220, 238, 226
HSL
140°, 35%, 90%
CMYK
8, 0, 5, 7
Luminance
0.8186
Every format
| HEX | #dceee2 |
| RGB | rgb(220, 238, 226) |
| HSL | hsl(140, 35%, 90%) |
| CMYK | cmyk(8%, 0%, 5%, 7%) |
| LAB | lab(92.5 -8.1 3.8) |
| LCH | lch(92.5 9.0 155.1) |
| OKLCH | oklch(0.932 0.025 156.7) |
Copy-ready code
/* CSS */
color: #dceee2;
background-color: #dceee2;
/* Tailwind (arbitrary) */
class="text-[#dceee2] bg-[#dceee2]"
/* SCSS */
$brand: #dceee2;
/* SwiftUI */
Color(red: 0.863, green: 0.933, blue: 0.886)
/* Android */
Color.parseColor("#dceee2")Accessibility — WCAG contrast
Aa
#dceee2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceee2 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.3%
Blue88.6%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow5.0%
Key (black)6.7%
Color previews
#dceee2 text on a black background
contrast 17.37:1
Card sample
#dceee2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceee2;
Background color
Panel with #dceee2 background
background-color: #dceee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 238, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 238, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceee2; background: linear-gradient(135deg, #dceee2, #DCEEEE);