#dfebda
a pale, soft green · cool · closest name: beige
RGB
223, 235, 218
HSL
102°, 30%, 89%
CMYK
5, 0, 7, 8
Luminance
0.8017
Every format
| HEX | #dfebda |
| RGB | rgb(223, 235, 218) |
| HSL | hsl(102, 30%, 89%) |
| CMYK | cmyk(5%, 0%, 7%, 8%) |
| LAB | lab(91.8 -7.0 6.9) |
| LCH | lch(91.8 9.8 135.6) |
| OKLCH | oklch(0.926 0.026 136.3) |
Copy-ready code
/* CSS */
color: #dfebda;
background-color: #dfebda;
/* Tailwind (arbitrary) */
class="text-[#dfebda] bg-[#dfebda]"
/* SCSS */
$brand: #dfebda;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#dfebda")Accessibility — WCAG contrast
Aa
#dfebda on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebda on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue85.5%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#dfebda text on a black background
contrast 17.03:1
Card sample
#dfebda text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebda;
Background color
Panel with #dfebda background
background-color: #dfebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebda; background: linear-gradient(135deg, #dfebda, #DAEBE0);