#dbf1eb
a pale, soft cyan · cool · closest name: white
RGB
219, 241, 235
HSL
164°, 44%, 90%
CMYK
9, 0, 3, 6
Luminance
0.8397
Every format
| HEX | #dbf1eb |
| RGB | rgb(219, 241, 235) |
| HSL | hsl(164, 44%, 90%) |
| CMYK | cmyk(9%, 0%, 3%, 6%) |
| LAB | lab(93.4 -8.3 0.4) |
| LCH | lch(93.4 8.3 177.0) |
| OKLCH | oklch(0.940 0.025 177.6) |
Copy-ready code
/* CSS */
color: #dbf1eb;
background-color: #dbf1eb;
/* Tailwind (arbitrary) */
class="text-[#dbf1eb] bg-[#dbf1eb]"
/* SCSS */
$brand: #dbf1eb;
/* SwiftUI */
Color(red: 0.859, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#dbf1eb")Accessibility — WCAG contrast
Aa
#dbf1eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf1eb on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.5%
Blue92.2%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#dbf1eb text on a black background
contrast 17.79:1
Card sample
#dbf1eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf1eb;
Background color
Panel with #dbf1eb background
background-color: #dbf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf1eb; background: linear-gradient(135deg, #dbf1eb, #DBE8F1);