#dfeace
a pale, soft green · cool · closest name: beige
RGB
223, 234, 206
HSL
84°, 40%, 86%
CMYK
5, 0, 12, 8
Luminance
0.7899
Every format
| HEX | #dfeace |
| RGB | rgb(223, 234, 206) |
| HSL | hsl(84, 40%, 86%) |
| CMYK | cmyk(5%, 0%, 12%, 8%) |
| LAB | lab(91.2 -8.5 12.4) |
| LCH | lch(91.2 15.0 124.6) |
| OKLCH | oklch(0.921 0.039 124.7) |
Copy-ready code
/* CSS */
color: #dfeace;
background-color: #dfeace;
/* Tailwind (arbitrary) */
class="text-[#dfeace] bg-[#dfeace]"
/* SCSS */
$brand: #dfeace;
/* SwiftUI */
Color(red: 0.875, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#dfeace")Accessibility — WCAG contrast
Aa
#dfeace on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeace on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.8%
Blue80.8%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#dfeace text on a black background
contrast 16.80:1
Card sample
#dfeace text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeace;
Background color
Panel with #dfeace background
background-color: #dfeace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeace; background: linear-gradient(135deg, #dfeace, #CEEAD0);