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