#d3fdbf
a pale, electric green · cool · closest name: beige
RGB
211, 253, 191
HSL
101°, 94%, 87%
CMYK
17, 0, 25, 1
Luminance
0.8786
Every format
| HEX | #d3fdbf |
| RGB | rgb(211, 253, 191) |
| HSL | hsl(101, 94%, 87%) |
| CMYK | cmyk(17%, 0%, 25%, 1%) |
| LAB | lab(95.1 -24.4 25.4) |
| LCH | lch(95.1 35.2 133.9) |
| OKLCH | oklch(0.949 0.092 135.7) |
Copy-ready code
/* CSS */
color: #d3fdbf;
background-color: #d3fdbf;
/* Tailwind (arbitrary) */
class="text-[#d3fdbf] bg-[#d3fdbf]"
/* SCSS */
$brand: #d3fdbf;
/* SwiftUI */
Color(red: 0.827, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#d3fdbf")Accessibility — WCAG contrast
Aa
#d3fdbf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fdbf on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green99.2%
Blue74.9%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#d3fdbf text on a black background
contrast 18.57:1
Card sample
#d3fdbf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fdbf;
Background color
Panel with #d3fdbf background
background-color: #d3fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fdbf; background: linear-gradient(135deg, #d3fdbf, #BFFDD4);