#dbeee1
a pale, soft green · cool · closest name: beige
RGB
219, 238, 225
HSL
139°, 36%, 90%
CMYK
8, 0, 6, 7
Luminance
0.8165
Every format
| HEX | #dbeee1 |
| RGB | rgb(219, 238, 225) |
| HSL | hsl(139, 36%, 90%) |
| CMYK | cmyk(8%, 0%, 6%, 7%) |
| LAB | lab(92.4 -8.6 4.2) |
| LCH | lch(92.4 9.6 154.3) |
| OKLCH | oklch(0.931 0.027 156.0) |
Copy-ready code
/* CSS */
color: #dbeee1;
background-color: #dbeee1;
/* Tailwind (arbitrary) */
class="text-[#dbeee1] bg-[#dbeee1]"
/* SCSS */
$brand: #dbeee1;
/* SwiftUI */
Color(red: 0.859, green: 0.933, blue: 0.882)
/* Android */
Color.parseColor("#dbeee1")Accessibility — WCAG contrast
Aa
#dbeee1 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeee1 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green93.3%
Blue88.2%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow5.5%
Key (black)6.7%
Color previews
#dbeee1 text on a black background
contrast 17.33:1
Card sample
#dbeee1 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeee1;
Background color
Panel with #dbeee1 background
background-color: #dbeee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 238, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 238, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeee1; background: linear-gradient(135deg, #dbeee1, #DBEEEE);