#dbfece
a pale, electric green · cool · closest name: beige
RGB
219, 254, 206
HSL
104°, 96%, 90%
CMYK
14, 0, 19, 0
Luminance
0.9040
Every format
| HEX | #dbfece |
| RGB | rgb(219, 254, 206) |
| HSL | hsl(104, 96%, 90%) |
| CMYK | cmyk(14%, 0%, 19%, 0%) |
| LAB | lab(96.2 -19.8 19.3) |
| LCH | lch(96.2 27.6 135.8) |
| OKLCH | oklch(0.960 0.073 137.3) |
Copy-ready code
/* CSS */
color: #dbfece;
background-color: #dbfece;
/* Tailwind (arbitrary) */
class="text-[#dbfece] bg-[#dbfece]"
/* SCSS */
$brand: #dbfece;
/* SwiftUI */
Color(red: 0.859, green: 0.996, blue: 0.808)
/* Android */
Color.parseColor("#dbfece")Accessibility — WCAG contrast
Aa
#dbfece on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfece on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.6%
Blue80.8%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow18.9%
Key (black)0.4%
Color previews
#dbfece text on a black background
contrast 19.08:1
Card sample
#dbfece text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfece;
Background color
Panel with #dbfece background
background-color: #dbfece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 254, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 254, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfece; background: linear-gradient(135deg, #dbfece, #CEFEE1);