#d3fecb
a pale, electric green · cool · closest name: beige
RGB
211, 254, 203
HSL
111°, 96%, 90%
CMYK
17, 0, 20, 0
Luminance
0.8904
Every format
| HEX | #d3fecb |
| RGB | rgb(211, 254, 203) |
| HSL | hsl(111, 96%, 90%) |
| CMYK | cmyk(17%, 0%, 20%, 0%) |
| LAB | lab(95.6 -23.0 19.9) |
| LCH | lch(95.6 30.4 139.0) |
| OKLCH | oklch(0.954 0.081 140.7) |
Copy-ready code
/* CSS */
color: #d3fecb;
background-color: #d3fecb;
/* Tailwind (arbitrary) */
class="text-[#d3fecb] bg-[#d3fecb]"
/* SCSS */
$brand: #d3fecb;
/* SwiftUI */
Color(red: 0.827, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#d3fecb")Accessibility — WCAG contrast
Aa
#d3fecb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fecb on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green99.6%
Blue79.6%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#d3fecb text on a black background
contrast 18.81:1
Card sample
#d3fecb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fecb;
Background color
Panel with #d3fecb background
background-color: #d3fecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fecb; background: linear-gradient(135deg, #d3fecb, #CBFEE5);