#dfdfc1
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 193
HSL
60°, 32%, 82%
CMYK
0, 0, 14, 13
Luminance
0.7231
Every format
| HEX | #dfdfc1 |
| RGB | rgb(223, 223, 193) |
| HSL | hsl(60, 32%, 82%) |
| CMYK | cmyk(0%, 0%, 14%, 13%) |
| LAB | lab(88.1 -5.0 14.7) |
| LCH | lch(88.1 15.6 108.9) |
| OKLCH | oklch(0.896 0.040 107.2) |
Copy-ready code
/* CSS */
color: #dfdfc1;
background-color: #dfdfc1;
/* Tailwind (arbitrary) */
class="text-[#dfdfc1] bg-[#dfdfc1]"
/* SCSS */
$brand: #dfdfc1;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.757)
/* Android */
Color.parseColor("#dfdfc1")Accessibility — WCAG contrast
Aa
#dfdfc1 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfc1 on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow13.5%
Key (black)12.5%
Color previews
#dfdfc1 text on a black background
contrast 15.46:1
Card sample
#dfdfc1 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfc1;
Background color
Panel with #dfdfc1 background
background-color: #dfdfc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfc1; background: linear-gradient(135deg, #dfdfc1, #CBDFC1);