#dbeceb
a pale, soft cyan · cool · closest name: white
RGB
219, 236, 235
HSL
177°, 31%, 89%
CMYK
7, 0, 0, 8
Luminance
0.8105
Every format
| HEX | #dbeceb |
| RGB | rgb(219, 236, 235) |
| HSL | hsl(177, 31%, 89%) |
| CMYK | cmyk(7%, 0%, 0%, 8%) |
| LAB | lab(92.2 -5.8 -1.4) |
| LCH | lch(92.2 6.0 194.1) |
| OKLCH | oklch(0.930 0.018 192.6) |
Copy-ready code
/* CSS */
color: #dbeceb;
background-color: #dbeceb;
/* Tailwind (arbitrary) */
class="text-[#dbeceb] bg-[#dbeceb]"
/* SCSS */
$brand: #dbeceb;
/* SwiftUI */
Color(red: 0.859, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#dbeceb")Accessibility — WCAG contrast
Aa
#dbeceb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeceb on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.5%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#dbeceb text on a black background
contrast 17.21:1
Card sample
#dbeceb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeceb;
Background color
Panel with #dbeceb background
background-color: #dbeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeceb; background: linear-gradient(135deg, #dbeceb, #DBE2EC);