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