#dbf3e7
a pale, vivid green · cool · closest name: ivory
RGB
219, 243, 231
HSL
150°, 50%, 91%
CMYK
10, 0, 5, 5
Luminance
0.8493
Every format
| HEX | #dbf3e7 |
| RGB | rgb(219, 243, 231) |
| HSL | hsl(150, 50%, 91%) |
| CMYK | cmyk(10%, 0%, 5%, 5%) |
| LAB | lab(93.8 -10.1 3.1) |
| LCH | lch(93.8 10.5 162.8) |
| OKLCH | oklch(0.943 0.030 164.3) |
Copy-ready code
/* CSS */
color: #dbf3e7;
background-color: #dbf3e7;
/* Tailwind (arbitrary) */
class="text-[#dbf3e7] bg-[#dbf3e7]"
/* SCSS */
$brand: #dbf3e7;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.906)
/* Android */
Color.parseColor("#dbf3e7")Accessibility — WCAG contrast
Aa
#dbf3e7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf3e7 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue90.6%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow4.9%
Key (black)4.7%
Color previews
#dbf3e7 text on a black background
contrast 17.99:1
Card sample
#dbf3e7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf3e7;
Background color
Panel with #dbf3e7 background
background-color: #dbf3e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf3e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf3e7; background: linear-gradient(135deg, #dbf3e7, #DBEFF3);