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