#dff4df
a pale, vivid green · cool · closest name: beige
RGB
223, 244, 223
HSL
120°, 49%, 92%
CMYK
9, 0, 9, 4
Luminance
0.8572
Every format
| HEX | #dff4df |
| RGB | rgb(223, 244, 223) |
| HSL | hsl(120, 49%, 92%) |
| CMYK | cmyk(9%, 0%, 9%, 4%) |
| LAB | lab(94.2 -10.7 7.8) |
| LCH | lch(94.2 13.2 143.9) |
| OKLCH | oklch(0.946 0.036 145.3) |
Copy-ready code
/* CSS */
color: #dff4df;
background-color: #dff4df;
/* Tailwind (arbitrary) */
class="text-[#dff4df] bg-[#dff4df]"
/* SCSS */
$brand: #dff4df;
/* SwiftUI */
Color(red: 0.875, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#dff4df")Accessibility — WCAG contrast
Aa
#dff4df on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff4df on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green95.7%
Blue87.5%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#dff4df text on a black background
contrast 18.14:1
Card sample
#dff4df text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff4df;
Background color
Panel with #dff4df background
background-color: #dff4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff4df; background: linear-gradient(135deg, #dff4df, #DFF4ED);