#dfeacf
a pale, soft green · cool · closest name: beige
RGB
223, 234, 207
HSL
84°, 39%, 87%
CMYK
5, 0, 12, 8
Luminance
0.7904
Every format
| HEX | #dfeacf |
| RGB | rgb(223, 234, 207) |
| HSL | hsl(84, 39%, 87%) |
| CMYK | cmyk(5%, 0%, 12%, 8%) |
| LAB | lab(91.3 -8.4 11.9) |
| LCH | lch(91.3 14.5 125.2) |
| OKLCH | oklch(0.921 0.038 125.2) |
Copy-ready code
/* CSS */
color: #dfeacf;
background-color: #dfeacf;
/* Tailwind (arbitrary) */
class="text-[#dfeacf] bg-[#dfeacf]"
/* SCSS */
$brand: #dfeacf;
/* SwiftUI */
Color(red: 0.875, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#dfeacf")Accessibility — WCAG contrast
Aa
#dfeacf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeacf on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.8%
Blue81.2%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#dfeacf text on a black background
contrast 16.81:1
Card sample
#dfeacf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeacf;
Background color
Panel with #dfeacf background
background-color: #dfeacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeacf; background: linear-gradient(135deg, #dfeacf, #CFEAD1);