#d9f1eb
a pale, vivid cyan · cool · closest name: white
RGB
217, 241, 235
HSL
165°, 46%, 90%
CMYK
10, 0, 3, 6
Luminance
0.8366
Every format
| HEX | #d9f1eb |
| RGB | rgb(217, 241, 235) |
| HSL | hsl(165, 46%, 90%) |
| CMYK | cmyk(10%, 0%, 3%, 6%) |
| LAB | lab(93.3 -9.0 0.2) |
| LCH | lch(93.3 9.0 178.6) |
| OKLCH | oklch(0.939 0.026 179.0) |
Copy-ready code
/* CSS */
color: #d9f1eb;
background-color: #d9f1eb;
/* Tailwind (arbitrary) */
class="text-[#d9f1eb] bg-[#d9f1eb]"
/* SCSS */
$brand: #d9f1eb;
/* SwiftUI */
Color(red: 0.851, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#d9f1eb")Accessibility — WCAG contrast
Aa
#d9f1eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9f1eb on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green94.5%
Blue92.2%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#d9f1eb text on a black background
contrast 17.73:1
Card sample
#d9f1eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9f1eb;
Background color
Panel with #d9f1eb background
background-color: #d9f1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9f1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9f1eb; background: linear-gradient(135deg, #d9f1eb, #D9E7F1);