#d3e2cf
a light, soft green · cool · closest name: beige
RGB
211, 226, 207
HSL
107°, 25%, 85%
CMYK
7, 0, 8, 11
Luminance
0.7275
Every format
| HEX | #d3e2cf |
| RGB | rgb(211, 226, 207) |
| HSL | hsl(107, 25%, 85%) |
| CMYK | cmyk(7%, 0%, 8%, 11%) |
| LAB | lab(88.3 -8.4 7.6) |
| LCH | lch(88.3 11.3 138.1) |
| OKLCH | oklch(0.896 0.030 139.1) |
Copy-ready code
/* CSS */
color: #d3e2cf;
background-color: #d3e2cf;
/* Tailwind (arbitrary) */
class="text-[#d3e2cf] bg-[#d3e2cf]"
/* SCSS */
$brand: #d3e2cf;
/* SwiftUI */
Color(red: 0.827, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#d3e2cf")Accessibility — WCAG contrast
Aa
#d3e2cf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3e2cf on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green88.6%
Blue81.2%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#d3e2cf text on a black background
contrast 15.55:1
Card sample
#d3e2cf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3e2cf;
Background color
Panel with #d3e2cf background
background-color: #d3e2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3e2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3e2cf; background: linear-gradient(135deg, #d3e2cf, #CFE2D8);