#d0f6ee
a pale, vivid cyan · cool · closest name: ivory
RGB
208, 246, 238
HSL
167°, 68%, 89%
CMYK
15, 0, 3, 4
Luminance
0.8549
Every format
| HEX | #d0f6ee |
| RGB | rgb(208, 246, 238) |
| HSL | hsl(167, 68%, 89%) |
| CMYK | cmyk(15%, 0%, 3%, 4%) |
| LAB | lab(94.1 -13.8 -0.3) |
| LCH | lch(94.1 13.8 181.0) |
| OKLCH | oklch(0.944 0.041 181.2) |
Copy-ready code
/* CSS */
color: #d0f6ee;
background-color: #d0f6ee;
/* Tailwind (arbitrary) */
class="text-[#d0f6ee] bg-[#d0f6ee]"
/* SCSS */
$brand: #d0f6ee;
/* SwiftUI */
Color(red: 0.816, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#d0f6ee")Accessibility — WCAG contrast
Aa
#d0f6ee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0f6ee on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green96.5%
Blue93.3%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow3.3%
Key (black)3.5%
Color previews
#d0f6ee text on a black background
contrast 18.10:1
Card sample
#d0f6ee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0f6ee;
Background color
Panel with #d0f6ee background
background-color: #d0f6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0f6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0f6ee; background: linear-gradient(135deg, #d0f6ee, #D0E5F6);