#dbf7eb
a pale, vivid green · cool · closest name: ivory
RGB
219, 247, 235
HSL
154°, 64%, 91%
CMYK
11, 0, 5, 3
Luminance
0.8758
Every format
| HEX | #dbf7eb |
| RGB | rgb(219, 247, 235) |
| HSL | hsl(154, 64%, 91%) |
| CMYK | cmyk(11%, 0%, 5%, 3%) |
| LAB | lab(95.0 -11.3 2.7) |
| LCH | lch(95.0 11.6 166.7) |
| OKLCH | oklch(0.953 0.033 168.0) |
Copy-ready code
/* CSS */
color: #dbf7eb;
background-color: #dbf7eb;
/* Tailwind (arbitrary) */
class="text-[#dbf7eb] bg-[#dbf7eb]"
/* SCSS */
$brand: #dbf7eb;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.922)
/* Android */
Color.parseColor("#dbf7eb")Accessibility — WCAG contrast
Aa
#dbf7eb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf7eb on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue92.2%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow4.9%
Key (black)3.1%
Color previews
#dbf7eb text on a black background
contrast 18.52:1
Card sample
#dbf7eb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf7eb;
Background color
Panel with #dbf7eb background
background-color: #dbf7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf7eb; background: linear-gradient(135deg, #dbf7eb, #DBF0F7);