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