#dbfccf
a pale, electric green · cool · closest name: beige
RGB
219, 252, 207
HSL
104°, 88%, 90%
CMYK
13, 0, 18, 1
Luminance
0.8919
Every format
| HEX | #dbfccf |
| RGB | rgb(219, 252, 207) |
| HSL | hsl(104, 88%, 90%) |
| CMYK | cmyk(13%, 0%, 18%, 1%) |
| LAB | lab(95.7 -18.7 18.1) |
| LCH | lch(95.7 26.0 135.9) |
| OKLCH | oklch(0.956 0.069 137.4) |
Copy-ready code
/* CSS */
color: #dbfccf;
background-color: #dbfccf;
/* Tailwind (arbitrary) */
class="text-[#dbfccf] bg-[#dbfccf]"
/* SCSS */
$brand: #dbfccf;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#dbfccf")Accessibility — WCAG contrast
Aa
#dbfccf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfccf on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue81.2%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#dbfccf text on a black background
contrast 18.84:1
Card sample
#dbfccf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfccf;
Background color
Panel with #dbfccf background
background-color: #dbfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfccf; background: linear-gradient(135deg, #dbfccf, #CFFCE1);