#dfdfce
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 206
HSL
60°, 21%, 84%
CMYK
0, 0, 8, 13
Luminance
0.7292
Every format
| HEX | #dfdfce |
| RGB | rgb(223, 223, 206) |
| HSL | hsl(60, 21%, 84%) |
| CMYK | cmyk(0%, 0%, 8%, 13%) |
| LAB | lab(88.4 -2.9 8.3) |
| LCH | lch(88.4 8.8 109.4) |
| OKLCH | oklch(0.899 0.023 106.8) |
Copy-ready code
/* CSS */
color: #dfdfce;
background-color: #dfdfce;
/* Tailwind (arbitrary) */
class="text-[#dfdfce] bg-[#dfdfce]"
/* SCSS */
$brand: #dfdfce;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#dfdfce")Accessibility — WCAG contrast
Aa
#dfdfce on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfce on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow7.6%
Key (black)12.5%
Color previews
#dfdfce text on a black background
contrast 15.58:1
Card sample
#dfdfce text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfce;
Background color
Panel with #dfdfce background
background-color: #dfdfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfce; background: linear-gradient(135deg, #dfdfce, #D4DFCE);