#dbeee6
a pale, soft green · cool · closest name: ivory
RGB
219, 238, 230
HSL
155°, 36%, 90%
CMYK
8, 0, 3, 7
Luminance
0.8192
Every format
| HEX | #dbeee6 |
| RGB | rgb(219, 238, 230) |
| HSL | hsl(155, 36%, 90%) |
| CMYK | cmyk(8%, 0%, 3%, 7%) |
| LAB | lab(92.5 -7.7 1.7) |
| LCH | lch(92.5 7.9 167.5) |
| OKLCH | oklch(0.933 0.023 168.7) |
Copy-ready code
/* CSS */
color: #dbeee6;
background-color: #dbeee6;
/* Tailwind (arbitrary) */
class="text-[#dbeee6] bg-[#dbeee6]"
/* SCSS */
$brand: #dbeee6;
/* SwiftUI */
Color(red: 0.859, green: 0.933, blue: 0.902)
/* Android */
Color.parseColor("#dbeee6")Accessibility — WCAG contrast
Aa
#dbeee6 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeee6 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green93.3%
Blue90.2%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow3.4%
Key (black)6.7%
Color previews
#dbeee6 text on a black background
contrast 17.38:1
Card sample
#dbeee6 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeee6;
Background color
Panel with #dbeee6 background
background-color: #dbeee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 238, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 238, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeee6; background: linear-gradient(135deg, #dbeee6, #DBE9EE);