#d3fdb2
a light, electric green · cool · closest name: khaki
RGB
211, 253, 178
HSL
94°, 95%, 85%
CMYK
17, 0, 30, 1
Luminance
0.8731
Every format
| HEX | #d3fdb2 |
| RGB | rgb(211, 253, 178) |
| HSL | hsl(94, 95%, 85%) |
| CMYK | cmyk(17%, 0%, 30%, 1%) |
| LAB | lab(94.9 -26.3 31.6) |
| LCH | lch(94.9 41.1 129.8) |
| OKLCH | oklch(0.947 0.107 131.9) |
Copy-ready code
/* CSS */
color: #d3fdb2;
background-color: #d3fdb2;
/* Tailwind (arbitrary) */
class="text-[#d3fdb2] bg-[#d3fdb2]"
/* SCSS */
$brand: #d3fdb2;
/* SwiftUI */
Color(red: 0.827, green: 0.992, blue: 0.698)
/* Android */
Color.parseColor("#d3fdb2")Accessibility — WCAG contrast
Aa
#d3fdb2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fdb2 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green99.2%
Blue69.8%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow29.6%
Key (black)0.8%
Color previews
#d3fdb2 text on a black background
contrast 18.46:1
Card sample
#d3fdb2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fdb2;
Background color
Panel with #d3fdb2 background
background-color: #d3fdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 253, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 253, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fdb2; background: linear-gradient(135deg, #d3fdb2, #B2FDC3);