#dbfebc
a pale, electric green · cool · closest name: khaki
RGB
219, 254, 188
HSL
92°, 97%, 87%
CMYK
14, 0, 26, 0
Luminance
0.8957
Every format
| HEX | #dbfebc |
| RGB | rgb(219, 254, 188) |
| HSL | hsl(92, 97%, 87%) |
| CMYK | cmyk(14%, 0%, 26%, 0%) |
| LAB | lab(95.8 -22.6 27.9) |
| LCH | lch(95.8 35.9 128.9) |
| OKLCH | oklch(0.956 0.093 130.7) |
Copy-ready code
/* CSS */
color: #dbfebc;
background-color: #dbfebc;
/* Tailwind (arbitrary) */
class="text-[#dbfebc] bg-[#dbfebc]"
/* SCSS */
$brand: #dbfebc;
/* SwiftUI */
Color(red: 0.859, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#dbfebc")Accessibility — WCAG contrast
Aa
#dbfebc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfebc on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.6%
Blue73.7%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#dbfebc text on a black background
contrast 18.91:1
Card sample
#dbfebc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfebc;
Background color
Panel with #dbfebc background
background-color: #dbfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfebc; background: linear-gradient(135deg, #dbfebc, #BCFEC9);