#d3eacf
a pale, soft green · cool · closest name: beige
RGB
211, 234, 207
HSL
111°, 39%, 87%
CMYK
10, 0, 12, 8
Luminance
0.7720
Every format
| HEX | #d3eacf |
| RGB | rgb(211, 234, 207) |
| HSL | hsl(111, 39%, 87%) |
| CMYK | cmyk(10%, 0%, 12%, 8%) |
| LAB | lab(90.4 -12.5 10.6) |
| LCH | lch(90.4 16.4 139.8) |
| OKLCH | oklch(0.913 0.044 141.0) |
Copy-ready code
/* CSS */
color: #d3eacf;
background-color: #d3eacf;
/* Tailwind (arbitrary) */
class="text-[#d3eacf] bg-[#d3eacf]"
/* SCSS */
$brand: #d3eacf;
/* SwiftUI */
Color(red: 0.827, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#d3eacf")Accessibility — WCAG contrast
Aa
#d3eacf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3eacf on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green91.8%
Blue81.2%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#d3eacf text on a black background
contrast 16.44:1
Card sample
#d3eacf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3eacf;
Background color
Panel with #d3eacf background
background-color: #d3eacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3eacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3eacf; background: linear-gradient(135deg, #d3eacf, #CFEADD);