#d1eee7
a pale, vivid cyan · cool · closest name: ivory
RGB
209, 238, 231
HSL
166°, 46%, 88%
CMYK
12, 0, 3, 7
Luminance
0.8047
Every format
| HEX | #d1eee7 |
| RGB | rgb(209, 238, 231) |
| HSL | hsl(166, 46%, 88%) |
| CMYK | cmyk(12%, 0%, 3%, 7%) |
| LAB | lab(91.9 -10.8 0.2) |
| LCH | lch(91.9 10.8 179.0) |
| OKLCH | oklch(0.926 0.032 179.4) |
Copy-ready code
/* CSS */
color: #d1eee7;
background-color: #d1eee7;
/* Tailwind (arbitrary) */
class="text-[#d1eee7] bg-[#d1eee7]"
/* SCSS */
$brand: #d1eee7;
/* SwiftUI */
Color(red: 0.820, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#d1eee7")Accessibility — WCAG contrast
Aa
#d1eee7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1eee7 on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green93.3%
Blue90.6%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow2.9%
Key (black)6.7%
Color previews
#d1eee7 text on a black background
contrast 17.09:1
Card sample
#d1eee7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1eee7;
Background color
Panel with #d1eee7 background
background-color: #d1eee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1eee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1eee7; background: linear-gradient(135deg, #d1eee7, #D1E2EE);