#dbfbc2
a pale, electric green · cool · closest name: beige
RGB
219, 251, 194
HSL
94°, 88%, 87%
CMYK
13, 0, 23, 2
Luminance
0.8795
Every format
| HEX | #dbfbc2 |
| RGB | rgb(219, 251, 194) |
| HSL | hsl(94, 88%, 87%) |
| CMYK | cmyk(13%, 0%, 23%, 2%) |
| LAB | lab(95.1 -20.2 24.0) |
| LCH | lch(95.1 31.4 130.1) |
| OKLCH | oklch(0.951 0.082 131.7) |
Copy-ready code
/* CSS */
color: #dbfbc2;
background-color: #dbfbc2;
/* Tailwind (arbitrary) */
class="text-[#dbfbc2] bg-[#dbfbc2]"
/* SCSS */
$brand: #dbfbc2;
/* SwiftUI */
Color(red: 0.859, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#dbfbc2")Accessibility — WCAG contrast
Aa
#dbfbc2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfbc2 on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.4%
Blue76.1%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#dbfbc2 text on a black background
contrast 18.59:1
Card sample
#dbfbc2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfbc2;
Background color
Panel with #dbfbc2 background
background-color: #dbfbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfbc2; background: linear-gradient(135deg, #dbfbc2, #C2FBCF);