#d3eccf
a pale, soft green · cool · closest name: beige
RGB
211, 236, 207
HSL
112°, 43%, 87%
CMYK
11, 0, 12, 8
Luminance
0.7834
Every format
| HEX | #d3eccf |
| RGB | rgb(211, 236, 207) |
| HSL | hsl(112, 43%, 87%) |
| CMYK | cmyk(11%, 0%, 12%, 8%) |
| LAB | lab(90.9 -13.5 11.3) |
| LCH | lch(90.9 17.6 140.0) |
| OKLCH | oklch(0.917 0.047 141.3) |
Copy-ready code
/* CSS */
color: #d3eccf;
background-color: #d3eccf;
/* Tailwind (arbitrary) */
class="text-[#d3eccf] bg-[#d3eccf]"
/* SCSS */
$brand: #d3eccf;
/* SwiftUI */
Color(red: 0.827, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#d3eccf")Accessibility — WCAG contrast
Aa
#d3eccf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3eccf on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.5%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#d3eccf text on a black background
contrast 16.67:1
Card sample
#d3eccf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3eccf;
Background color
Panel with #d3eccf background
background-color: #d3eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3eccf; background: linear-gradient(135deg, #d3eccf, #CFECDE);