#dbf7bf
a pale, electric green · cool · closest name: beige
RGB
219, 247, 191
HSL
90°, 78%, 86%
CMYK
11, 0, 23, 3
Luminance
0.8534
Every format
| HEX | #dbf7bf |
| RGB | rgb(219, 247, 191) |
| HSL | hsl(90, 78%, 86%) |
| CMYK | cmyk(11%, 0%, 23%, 3%) |
| LAB | lab(94.0 -18.7 24.0) |
| LCH | lch(94.0 30.4 128.0) |
| OKLCH | oklch(0.942 0.079 129.4) |
Copy-ready code
/* CSS */
color: #dbf7bf;
background-color: #dbf7bf;
/* Tailwind (arbitrary) */
class="text-[#dbf7bf] bg-[#dbf7bf]"
/* SCSS */
$brand: #dbf7bf;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.749)
/* Android */
Color.parseColor("#dbf7bf")Accessibility — WCAG contrast
Aa
#dbf7bf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf7bf on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue74.9%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow22.7%
Key (black)3.1%
Color previews
#dbf7bf text on a black background
contrast 18.07:1
Card sample
#dbf7bf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf7bf;
Background color
Panel with #dbf7bf background
background-color: #dbf7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf7bf; background: linear-gradient(135deg, #dbf7bf, #BFF7C8);