#dfe5da
a pale, soft green · cool · closest name: beige
RGB
223, 229, 218
HSL
93°, 18%, 88%
CMYK
3, 0, 5, 10
Luminance
0.7679
Every format
| HEX | #dfe5da |
| RGB | rgb(223, 229, 218) |
| HSL | hsl(93, 18%, 88%) |
| CMYK | cmyk(3%, 0%, 5%, 10%) |
| LAB | lab(90.2 -4.0 4.7) |
| LCH | lch(90.2 6.1 130.4) |
| OKLCH | oklch(0.914 0.016 130.4) |
Copy-ready code
/* CSS */
color: #dfe5da;
background-color: #dfe5da;
/* Tailwind (arbitrary) */
class="text-[#dfe5da] bg-[#dfe5da]"
/* SCSS */
$brand: #dfe5da;
/* SwiftUI */
Color(red: 0.875, green: 0.898, blue: 0.855)
/* Android */
Color.parseColor("#dfe5da")Accessibility — WCAG contrast
Aa
#dfe5da on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe5da on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.8%
Blue85.5%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow4.8%
Key (black)10.2%
Color previews
#dfe5da text on a black background
contrast 16.36:1
Card sample
#dfe5da text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe5da;
Background color
Panel with #dfe5da background
background-color: #dfe5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 229, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 229, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe5da; background: linear-gradient(135deg, #dfe5da, #DAE5DC);