#dfeeda
a pale, soft green · cool · closest name: beige
RGB
223, 238, 218
HSL
105°, 37%, 89%
CMYK
6, 0, 8, 7
Luminance
0.8190
Every format
| HEX | #dfeeda |
| RGB | rgb(223, 238, 218) |
| HSL | hsl(105, 37%, 89%) |
| CMYK | cmyk(6%, 0%, 8%, 7%) |
| LAB | lab(92.5 -8.5 8.0) |
| LCH | lch(92.5 11.7 136.9) |
| OKLCH | oklch(0.932 0.031 137.8) |
Copy-ready code
/* CSS */
color: #dfeeda;
background-color: #dfeeda;
/* Tailwind (arbitrary) */
class="text-[#dfeeda] bg-[#dfeeda]"
/* SCSS */
$brand: #dfeeda;
/* SwiftUI */
Color(red: 0.875, green: 0.933, blue: 0.855)
/* Android */
Color.parseColor("#dfeeda")Accessibility — WCAG contrast
Aa
#dfeeda on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeeda on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.3%
Blue85.5%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow8.4%
Key (black)6.7%
Color previews
#dfeeda text on a black background
contrast 17.38:1
Card sample
#dfeeda text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeeda;
Background color
Panel with #dfeeda background
background-color: #dfeeda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeeda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 238, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 238, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeeda; background: linear-gradient(135deg, #dfeeda, #DAEEE2);