#dfebce
a pale, soft green · cool · closest name: beige
RGB
223, 235, 206
HSL
85°, 42%, 87%
CMYK
5, 0, 12, 8
Luminance
0.7956
Every format
| HEX | #dfebce |
| RGB | rgb(223, 235, 206) |
| HSL | hsl(85, 42%, 87%) |
| CMYK | cmyk(5%, 0%, 12%, 8%) |
| LAB | lab(91.5 -9.0 12.7) |
| LCH | lch(91.5 15.6 125.4) |
| OKLCH | oklch(0.923 0.041 125.5) |
Copy-ready code
/* CSS */
color: #dfebce;
background-color: #dfebce;
/* Tailwind (arbitrary) */
class="text-[#dfebce] bg-[#dfebce]"
/* SCSS */
$brand: #dfebce;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.808)
/* Android */
Color.parseColor("#dfebce")Accessibility — WCAG contrast
Aa
#dfebce on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebce on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue80.8%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow12.3%
Key (black)7.8%
Color previews
#dfebce text on a black background
contrast 16.91:1
Card sample
#dfebce text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebce;
Background color
Panel with #dfebce background
background-color: #dfebce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebce; background: linear-gradient(135deg, #dfebce, #CEEBD0);