#dbf5e1
a pale, vivid green · cool · closest name: beige
RGB
219, 245, 225
HSL
134°, 57%, 91%
CMYK
11, 0, 8, 4
Luminance
0.8580
Every format
| HEX | #dbf5e1 |
| RGB | rgb(219, 245, 225) |
| HSL | hsl(134, 57%, 91%) |
| CMYK | cmyk(11%, 0%, 8%, 4%) |
| LAB | lab(94.2 -12.2 6.8) |
| LCH | lch(94.2 13.9 150.9) |
| OKLCH | oklch(0.946 0.038 152.5) |
Copy-ready code
/* CSS */
color: #dbf5e1;
background-color: #dbf5e1;
/* Tailwind (arbitrary) */
class="text-[#dbf5e1] bg-[#dbf5e1]"
/* SCSS */
$brand: #dbf5e1;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 0.882)
/* Android */
Color.parseColor("#dbf5e1")Accessibility — WCAG contrast
Aa
#dbf5e1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf5e1 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue88.2%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow8.2%
Key (black)3.9%
Color previews
#dbf5e1 text on a black background
contrast 18.16:1
Card sample
#dbf5e1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf5e1;
Background color
Panel with #dbf5e1 background
background-color: #dbf5e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf5e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf5e1; background: linear-gradient(135deg, #dbf5e1, #DBF5F2);