#dff7e4
a pale, vivid green · cool · closest name: beige
RGB
223, 247, 228
HSL
133°, 60%, 92%
CMYK
10, 0, 8, 3
Luminance
0.8781
Every format
| HEX | #dff7e4 |
| RGB | rgb(223, 247, 228) |
| HSL | hsl(133, 60%, 92%) |
| CMYK | cmyk(10%, 0%, 8%, 3%) |
| LAB | lab(95.1 -11.3 6.5) |
| LCH | lch(95.1 13.0 150.2) |
| OKLCH | oklch(0.953 0.036 151.7) |
Copy-ready code
/* CSS */
color: #dff7e4;
background-color: #dff7e4;
/* Tailwind (arbitrary) */
class="text-[#dff7e4] bg-[#dff7e4]"
/* SCSS */
$brand: #dff7e4;
/* SwiftUI */
Color(red: 0.875, green: 0.969, blue: 0.894)
/* Android */
Color.parseColor("#dff7e4")Accessibility — WCAG contrast
Aa
#dff7e4 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff7e4 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green96.9%
Blue89.4%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow7.7%
Key (black)3.1%
Color previews
#dff7e4 text on a black background
contrast 18.56:1
Card sample
#dff7e4 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff7e4;
Background color
Panel with #dff7e4 background
background-color: #dff7e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff7e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 247, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 247, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff7e4; background: linear-gradient(135deg, #dff7e4, #DFF7F4);