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