#dfeae4
a pale, soft green · cool · closest name: white
RGB
223, 234, 228
HSL
147°, 21%, 90%
CMYK
5, 0, 3, 8
Luminance
0.8014
Every format
| HEX | #dfeae4 |
| RGB | rgb(223, 234, 228) |
| HSL | hsl(147, 21%, 90%) |
| CMYK | cmyk(5%, 0%, 3%, 8%) |
| LAB | lab(91.8 -4.7 1.6) |
| LCH | lch(91.8 5.0 160.9) |
| OKLCH | oklch(0.927 0.014 162.5) |
Copy-ready code
/* CSS */
color: #dfeae4;
background-color: #dfeae4;
/* Tailwind (arbitrary) */
class="text-[#dfeae4] bg-[#dfeae4]"
/* SCSS */
$brand: #dfeae4;
/* SwiftUI */
Color(red: 0.875, green: 0.918, blue: 0.894)
/* Android */
Color.parseColor("#dfeae4")Accessibility — WCAG contrast
Aa
#dfeae4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeae4 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.8%
Blue89.4%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow2.6%
Key (black)8.2%
Color previews
#dfeae4 text on a black background
contrast 17.03:1
Card sample
#dfeae4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeae4;
Background color
Panel with #dfeae4 background
background-color: #dfeae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 234, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 234, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeae4; background: linear-gradient(135deg, #dfeae4, #DFE9EA);