#dbf6bc
a pale, electric green · cool · closest name: beige
RGB
219, 246, 188
HSL
88°, 76%, 85%
CMYK
11, 0, 24, 4
Luminance
0.8460
Every format
| HEX | #dbf6bc |
| RGB | rgb(219, 246, 188) |
| HSL | hsl(88, 76%, 85%) |
| CMYK | cmyk(11%, 0%, 24%, 4%) |
| LAB | lab(93.7 -18.7 25.1) |
| LCH | lch(93.7 31.3 126.7) |
| OKLCH | oklch(0.939 0.081 128.2) |
Copy-ready code
/* CSS */
color: #dbf6bc;
background-color: #dbf6bc;
/* Tailwind (arbitrary) */
class="text-[#dbf6bc] bg-[#dbf6bc]"
/* SCSS */
$brand: #dbf6bc;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.737)
/* Android */
Color.parseColor("#dbf6bc")Accessibility — WCAG contrast
Aa
#dbf6bc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf6bc on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue73.7%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow23.6%
Key (black)3.5%
Color previews
#dbf6bc text on a black background
contrast 17.92:1
Card sample
#dbf6bc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf6bc;
Background color
Panel with #dbf6bc background
background-color: #dbf6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf6bc; background: linear-gradient(135deg, #dbf6bc, #BCF6C4);