#dfdabf
a light, soft yellow · cool · closest name: beige
RGB
223, 218, 191
HSL
51°, 33%, 81%
CMYK
0, 2, 14, 13
Luminance
0.6959
Every format
| HEX | #dfdabf |
| RGB | rgb(223, 218, 191) |
| HSL | hsl(51, 33%, 81%) |
| CMYK | cmyk(0%, 2%, 14%, 13%) |
| LAB | lab(86.8 -2.8 13.9) |
| LCH | lch(86.8 14.2 101.3) |
| OKLCH | oklch(0.885 0.036 98.5) |
Copy-ready code
/* CSS */
color: #dfdabf;
background-color: #dfdabf;
/* Tailwind (arbitrary) */
class="text-[#dfdabf] bg-[#dfdabf]"
/* SCSS */
$brand: #dfdabf;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#dfdabf")Accessibility — WCAG contrast
Aa
#dfdabf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdabf on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow14.3%
Key (black)12.5%
Color previews
#dfdabf text on a black background
contrast 14.92:1
Card sample
#dfdabf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdabf;
Background color
Panel with #dfdabf background
background-color: #dfdabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdabf; background: linear-gradient(135deg, #dfdabf, #CFDFBF);