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