#dfefda
a pale, soft green · cool · closest name: beige
RGB
223, 239, 218
HSL
106°, 40%, 90%
CMYK
7, 0, 9, 6
Luminance
0.8248
Every format
| HEX | #dfefda |
| RGB | rgb(223, 239, 218) |
| HSL | hsl(106, 40%, 90%) |
| CMYK | cmyk(7%, 0%, 9%, 6%) |
| LAB | lab(92.8 -9.0 8.3) |
| LCH | lch(92.8 12.3 137.3) |
| OKLCH | oklch(0.934 0.033 138.2) |
Copy-ready code
/* CSS */
color: #dfefda;
background-color: #dfefda;
/* Tailwind (arbitrary) */
class="text-[#dfefda] bg-[#dfefda]"
/* SCSS */
$brand: #dfefda;
/* SwiftUI */
Color(red: 0.875, green: 0.937, blue: 0.855)
/* Android */
Color.parseColor("#dfefda")Accessibility — WCAG contrast
Aa
#dfefda on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfefda on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.7%
Blue85.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow8.8%
Key (black)6.3%
Color previews
#dfefda text on a black background
contrast 17.50:1
Card sample
#dfefda text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfefda;
Background color
Panel with #dfefda background
background-color: #dfefda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfefda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 239, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 239, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfefda; background: linear-gradient(135deg, #dfefda, #DAEFE3);