#d1f4ed
a pale, vivid cyan · cool · closest name: ivory
RGB
209, 244, 237
HSL
168°, 61%, 89%
CMYK
14, 0, 3, 4
Luminance
0.8437
Every format
| HEX | #d1f4ed |
| RGB | rgb(209, 244, 237) |
| HSL | hsl(168, 61%, 89%) |
| CMYK | cmyk(14%, 0%, 3%, 4%) |
| LAB | lab(93.6 -12.6 -0.4) |
| LCH | lch(93.6 12.7 181.9) |
| OKLCH | oklch(0.940 0.037 182.1) |
Copy-ready code
/* CSS */
color: #d1f4ed;
background-color: #d1f4ed;
/* Tailwind (arbitrary) */
class="text-[#d1f4ed] bg-[#d1f4ed]"
/* SCSS */
$brand: #d1f4ed;
/* SwiftUI */
Color(red: 0.820, green: 0.957, blue: 0.929)
/* Android */
Color.parseColor("#d1f4ed")Accessibility — WCAG contrast
Aa
#d1f4ed on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1f4ed on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green95.7%
Blue92.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow2.9%
Key (black)4.3%
Color previews
#d1f4ed text on a black background
contrast 17.87:1
Card sample
#d1f4ed text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1f4ed;
Background color
Panel with #d1f4ed background
background-color: #d1f4ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1f4ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 244, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 244, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1f4ed; background: linear-gradient(135deg, #d1f4ed, #D1E4F4);