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