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