#dfefdf
a pale, soft green · cool · closest name: beige
RGB
223, 239, 223
HSL
120°, 33%, 91%
CMYK
7, 0, 7, 6
Luminance
0.8275
Every format
| HEX | #dfefdf |
| RGB | rgb(223, 239, 223) |
| HSL | hsl(120, 33%, 91%) |
| CMYK | cmyk(7%, 0%, 7%, 6%) |
| LAB | lab(92.9 -8.2 5.9) |
| LCH | lch(92.9 10.1 144.1) |
| OKLCH | oklch(0.936 0.027 145.4) |
Copy-ready code
/* CSS */
color: #dfefdf;
background-color: #dfefdf;
/* Tailwind (arbitrary) */
class="text-[#dfefdf] bg-[#dfefdf]"
/* SCSS */
$brand: #dfefdf;
/* SwiftUI */
Color(red: 0.875, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#dfefdf")Accessibility — WCAG contrast
Aa
#dfefdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfefdf on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.7%
Blue87.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#dfefdf text on a black background
contrast 17.55:1
Card sample
#dfefdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfefdf;
Background color
Panel with #dfefdf background
background-color: #dfefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfefdf; background: linear-gradient(135deg, #dfefdf, #DFEFEA);