#dbf5ee
a pale, vivid cyan · cool · closest name: ivory
RGB
219, 245, 238
HSL
164°, 57%, 91%
CMYK
11, 0, 3, 4
Luminance
0.8654
Every format
| HEX | #dbf5ee |
| RGB | rgb(219, 245, 238) |
| HSL | hsl(164, 57%, 91%) |
| CMYK | cmyk(11%, 0%, 3%, 4%) |
| LAB | lab(94.5 -9.8 0.5) |
| LCH | lch(94.5 9.8 177.1) |
| OKLCH | oklch(0.949 0.029 177.7) |
Copy-ready code
/* CSS */
color: #dbf5ee;
background-color: #dbf5ee;
/* Tailwind (arbitrary) */
class="text-[#dbf5ee] bg-[#dbf5ee]"
/* SCSS */
$brand: #dbf5ee;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 0.933)
/* Android */
Color.parseColor("#dbf5ee")Accessibility — WCAG contrast
Aa
#dbf5ee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf5ee on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue93.3%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow2.9%
Key (black)3.9%
Color previews
#dbf5ee text on a black background
contrast 18.31:1
Card sample
#dbf5ee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf5ee;
Background color
Panel with #dbf5ee background
background-color: #dbf5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf5ee; background: linear-gradient(135deg, #dbf5ee, #DBEBF5);