#d3ffdf
a pale, electric green · cool · closest name: beige
RGB
211, 255, 223
HSL
136°, 100%, 91%
CMYK
17, 0, 13, 0
Luminance
0.9070
Every format
| HEX | #d3ffdf |
| RGB | rgb(211, 255, 223) |
| HSL | hsl(136, 100%, 91%) |
| CMYK | cmyk(17%, 0%, 13%, 0%) |
| LAB | lab(96.3 -20.0 10.7) |
| LCH | lch(96.3 22.7 151.9) |
| OKLCH | oklch(0.961 0.062 153.5) |
Copy-ready code
/* CSS */
color: #d3ffdf;
background-color: #d3ffdf;
/* Tailwind (arbitrary) */
class="text-[#d3ffdf] bg-[#d3ffdf]"
/* SCSS */
$brand: #d3ffdf;
/* SwiftUI */
Color(red: 0.827, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#d3ffdf")Accessibility — WCAG contrast
Aa
#d3ffdf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ffdf on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green100.0%
Blue87.5%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#d3ffdf text on a black background
contrast 19.14:1
Card sample
#d3ffdf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ffdf;
Background color
Panel with #d3ffdf background
background-color: #d3ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ffdf; background: linear-gradient(135deg, #d3ffdf, #D3FFFC);