#d1f8eb
a pale, vivid cyan · cool · closest name: ivory
RGB
209, 248, 235
HSL
160°, 74%, 90%
CMYK
16, 0, 5, 3
Luminance
0.8669
Every format
| HEX | #d1f8eb |
| RGB | rgb(209, 248, 235) |
| HSL | hsl(160, 74%, 90%) |
| CMYK | cmyk(16%, 0%, 5%, 3%) |
| LAB | lab(94.6 -15.0 2.0) |
| LCH | lch(94.6 15.2 172.2) |
| OKLCH | oklch(0.948 0.044 173.2) |
Copy-ready code
/* CSS */
color: #d1f8eb;
background-color: #d1f8eb;
/* Tailwind (arbitrary) */
class="text-[#d1f8eb] bg-[#d1f8eb]"
/* SCSS */
$brand: #d1f8eb;
/* SwiftUI */
Color(red: 0.820, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#d1f8eb")Accessibility — WCAG contrast
Aa
#d1f8eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1f8eb on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green97.3%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#d1f8eb text on a black background
contrast 18.34:1
Card sample
#d1f8eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1f8eb;
Background color
Panel with #d1f8eb background
background-color: #d1f8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1f8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1f8eb; background: linear-gradient(135deg, #d1f8eb, #D1EBF8);