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