#dfeadc
a pale, soft green · cool · closest name: beige
RGB
223, 234, 220
HSL
107°, 25%, 89%
CMYK
5, 0, 6, 8
Luminance
0.7970
Every format
| HEX | #dfeadc |
| RGB | rgb(223, 234, 220) |
| HSL | hsl(107, 25%, 89%) |
| CMYK | cmyk(5%, 0%, 6%, 8%) |
| LAB | lab(91.5 -6.2 5.5) |
| LCH | lch(91.5 8.3 138.1) |
| OKLCH | oklch(0.925 0.022 139.0) |
Copy-ready code
/* CSS */
color: #dfeadc;
background-color: #dfeadc;
/* Tailwind (arbitrary) */
class="text-[#dfeadc] bg-[#dfeadc]"
/* SCSS */
$brand: #dfeadc;
/* SwiftUI */
Color(red: 0.875, green: 0.918, blue: 0.863)
/* Android */
Color.parseColor("#dfeadc")Accessibility — WCAG contrast
Aa
#dfeadc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeadc on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.8%
Blue86.3%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow6.0%
Key (black)8.2%
Color previews
#dfeadc text on a black background
contrast 16.94:1
Card sample
#dfeadc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeadc;
Background color
Panel with #dfeadc background
background-color: #dfeadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 234, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 234, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeadc; background: linear-gradient(135deg, #dfeadc, #DCEAE2);