#dbfecb
a pale, electric green · cool · closest name: beige
RGB
219, 254, 203
HSL
101°, 96%, 90%
CMYK
14, 0, 20, 0
Luminance
0.9026
Every format
| HEX | #dbfecb |
| RGB | rgb(219, 254, 203) |
| HSL | hsl(101, 96%, 90%) |
| CMYK | cmyk(14%, 0%, 20%, 0%) |
| LAB | lab(96.1 -20.3 20.7) |
| LCH | lch(96.1 29.0 134.4) |
| OKLCH | oklch(0.959 0.076 135.9) |
Copy-ready code
/* CSS */
color: #dbfecb;
background-color: #dbfecb;
/* Tailwind (arbitrary) */
class="text-[#dbfecb] bg-[#dbfecb]"
/* SCSS */
$brand: #dbfecb;
/* SwiftUI */
Color(red: 0.859, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#dbfecb")Accessibility — WCAG contrast
Aa
#dbfecb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfecb on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.6%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#dbfecb text on a black background
contrast 19.05:1
Card sample
#dbfecb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfecb;
Background color
Panel with #dbfecb background
background-color: #dbfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfecb; background: linear-gradient(135deg, #dbfecb, #CBFEDD);