#dbfcdb
a pale, electric green · cool · closest name: beige
RGB
219, 252, 219
HSL
120°, 85%, 92%
CMYK
13, 0, 13, 1
Luminance
0.8980
Every format
| HEX | #dbfcdb |
| RGB | rgb(219, 252, 219) |
| HSL | hsl(120, 85%, 92%) |
| CMYK | cmyk(13%, 0%, 13%, 1%) |
| LAB | lab(95.9 -16.7 12.3) |
| LCH | lch(95.9 20.7 143.7) |
| OKLCH | oklch(0.959 0.056 145.1) |
Copy-ready code
/* CSS */
color: #dbfcdb;
background-color: #dbfcdb;
/* Tailwind (arbitrary) */
class="text-[#dbfcdb] bg-[#dbfcdb]"
/* SCSS */
$brand: #dbfcdb;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#dbfcdb")Accessibility — WCAG contrast
Aa
#dbfcdb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcdb on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue85.9%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#dbfcdb text on a black background
contrast 18.96:1
Card sample
#dbfcdb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcdb;
Background color
Panel with #dbfcdb background
background-color: #dbfcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcdb; background: linear-gradient(135deg, #dbfcdb, #DBFCF1);