#dfecce
a pale, soft green · cool · closest name: beige
RGB
223, 236, 206
HSL
86°, 44%, 87%
CMYK
6, 0, 13, 8
Luminance
0.8014
Every format
| HEX | #dfecce |
| RGB | rgb(223, 236, 206) |
| HSL | hsl(86, 44%, 87%) |
| CMYK | cmyk(6%, 0%, 13%, 8%) |
| LAB | lab(91.8 -9.5 13.1) |
| LCH | lch(91.8 16.2 126.1) |
| OKLCH | oklch(0.925 0.042 126.4) |
Copy-ready code
/* CSS */
color: #dfecce;
background-color: #dfecce;
/* Tailwind (arbitrary) */
class="text-[#dfecce] bg-[#dfecce]"
/* SCSS */
$brand: #dfecce;
/* SwiftUI */
Color(red: 0.875, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#dfecce")Accessibility — WCAG contrast
Aa
#dfecce on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfecce on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.5%
Blue80.8%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#dfecce text on a black background
contrast 17.03:1
Card sample
#dfecce text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfecce;
Background color
Panel with #dfecce background
background-color: #dfecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfecce; background: linear-gradient(135deg, #dfecce, #CEECD1);