#dcefe3
a pale, soft green · cool · closest name: ivory
RGB
220, 239, 227
HSL
142°, 37%, 90%
CMYK
8, 0, 5, 6
Luminance
0.8249
Every format
| HEX | #dcefe3 |
| RGB | rgb(220, 239, 227) |
| HSL | hsl(142, 37%, 90%) |
| CMYK | cmyk(8%, 0%, 5%, 6%) |
| LAB | lab(92.8 -8.4 3.7) |
| LCH | lch(92.8 9.2 156.6) |
| OKLCH | oklch(0.935 0.026 158.2) |
Copy-ready code
/* CSS */
color: #dcefe3;
background-color: #dcefe3;
/* Tailwind (arbitrary) */
class="text-[#dcefe3] bg-[#dcefe3]"
/* SCSS */
$brand: #dcefe3;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.890)
/* Android */
Color.parseColor("#dcefe3")Accessibility — WCAG contrast
Aa
#dcefe3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcefe3 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue89.0%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow5.0%
Key (black)6.3%
Color previews
#dcefe3 text on a black background
contrast 17.50:1
Card sample
#dcefe3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcefe3;
Background color
Panel with #dcefe3 background
background-color: #dcefe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcefe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcefe3; background: linear-gradient(135deg, #dcefe3, #DCEEEF);