#dfd7bf
a light, soft yellow · cool · closest name: beige
RGB
223, 215, 191
HSL
45°, 33%, 81%
CMYK
0, 4, 14, 13
Luminance
0.6805
Every format
| HEX | #dfd7bf |
| RGB | rgb(223, 215, 191) |
| HSL | hsl(45, 33%, 81%) |
| CMYK | cmyk(0%, 4%, 14%, 13%) |
| LAB | lab(86.0 -1.2 12.8) |
| LCH | lch(86.0 12.9 95.5) |
| OKLCH | oklch(0.879 0.033 91.7) |
Copy-ready code
/* CSS */
color: #dfd7bf;
background-color: #dfd7bf;
/* Tailwind (arbitrary) */
class="text-[#dfd7bf] bg-[#dfd7bf]"
/* SCSS */
$brand: #dfd7bf;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.749)
/* Android */
Color.parseColor("#dfd7bf")Accessibility — WCAG contrast
Aa
#dfd7bf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd7bf on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow14.3%
Key (black)12.5%
Color previews
#dfd7bf text on a black background
contrast 14.61:1
Card sample
#dfd7bf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd7bf;
Background color
Panel with #dfd7bf background
background-color: #dfd7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd7bf; background: linear-gradient(135deg, #dfd7bf, #D2DFBF);