#dbf0ee
a pale, soft cyan · cool · closest name: white
RGB
219, 240, 238
HSL
174°, 41%, 90%
CMYK
9, 0, 1, 6
Luminance
0.8355
Every format
| HEX | #dbf0ee |
| RGB | rgb(219, 240, 238) |
| HSL | hsl(174, 41%, 90%) |
| CMYK | cmyk(9%, 0%, 1%, 6%) |
| LAB | lab(93.3 -7.3 -1.4) |
| LCH | lch(93.3 7.4 190.9) |
| OKLCH | oklch(0.939 0.022 189.9) |
Copy-ready code
/* CSS */
color: #dbf0ee;
background-color: #dbf0ee;
/* Tailwind (arbitrary) */
class="text-[#dbf0ee] bg-[#dbf0ee]"
/* SCSS */
$brand: #dbf0ee;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.933)
/* Android */
Color.parseColor("#dbf0ee")Accessibility — WCAG contrast
Aa
#dbf0ee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf0ee on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue93.3%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow0.8%
Key (black)5.9%
Color previews
#dbf0ee text on a black background
contrast 17.71:1
Card sample
#dbf0ee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf0ee;
Background color
Panel with #dbf0ee background
background-color: #dbf0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf0ee; background: linear-gradient(135deg, #dbf0ee, #DBE4F0);