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