#d3ffcf
a pale, electric green · cool · closest name: beige
RGB
211, 255, 207
HSL
115°, 100%, 91%
CMYK
17, 0, 19, 0
Luminance
0.8987
Every format
| HEX | #d3ffcf |
| RGB | rgb(211, 255, 207) |
| HSL | hsl(115, 100%, 91%) |
| CMYK | cmyk(17%, 0%, 19%, 0%) |
| LAB | lab(95.9 -22.8 18.4) |
| LCH | lch(95.9 29.3 141.1) |
| OKLCH | oklch(0.957 0.078 142.7) |
Copy-ready code
/* CSS */
color: #d3ffcf;
background-color: #d3ffcf;
/* Tailwind (arbitrary) */
class="text-[#d3ffcf] bg-[#d3ffcf]"
/* SCSS */
$brand: #d3ffcf;
/* SwiftUI */
Color(red: 0.827, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#d3ffcf")Accessibility — WCAG contrast
Aa
#d3ffcf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ffcf on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green100.0%
Blue81.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#d3ffcf text on a black background
contrast 18.97:1
Card sample
#d3ffcf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ffcf;
Background color
Panel with #d3ffcf background
background-color: #d3ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ffcf; background: linear-gradient(135deg, #d3ffcf, #CFFFEB);