#d3efce
a pale, vivid green · cool · closest name: beige
RGB
211, 239, 206
HSL
111°, 51%, 87%
CMYK
12, 0, 14, 6
Luminance
0.8004
Every format
| HEX | #d3efce |
| RGB | rgb(211, 239, 206) |
| HSL | hsl(111, 51%, 87%) |
| CMYK | cmyk(12%, 0%, 14%, 6%) |
| LAB | lab(91.7 -15.1 12.9) |
| LCH | lch(91.7 19.9 139.5) |
| OKLCH | oklch(0.923 0.053 140.9) |
Copy-ready code
/* CSS */
color: #d3efce;
background-color: #d3efce;
/* Tailwind (arbitrary) */
class="text-[#d3efce] bg-[#d3efce]"
/* SCSS */
$brand: #d3efce;
/* SwiftUI */
Color(red: 0.827, green: 0.937, blue: 0.808)
/* Android */
Color.parseColor("#d3efce")Accessibility — WCAG contrast
Aa
#d3efce on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3efce on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green93.7%
Blue80.8%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow13.8%
Key (black)6.3%
Color previews
#d3efce text on a black background
contrast 17.01:1
Card sample
#d3efce text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3efce;
Background color
Panel with #d3efce background
background-color: #d3efce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3efce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 239, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 239, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3efce; background: linear-gradient(135deg, #d3efce, #CEEFDF);