#dfd1bf
a light, soft orange · warm · closest name: silver
RGB
223, 209, 191
HSL
34°, 33%, 81%
CMYK
0, 6, 14, 13
Luminance
0.6505
Every format
| HEX | #dfd1bf |
| RGB | rgb(223, 209, 191) |
| HSL | hsl(34, 33%, 81%) |
| CMYK | cmyk(0%, 6%, 14%, 13%) |
| LAB | lab(84.5 1.9 10.7) |
| LCH | lch(84.5 10.8 80.1) |
| OKLCH | oklch(0.867 0.029 74.3) |
Copy-ready code
/* CSS */
color: #dfd1bf;
background-color: #dfd1bf;
/* Tailwind (arbitrary) */
class="text-[#dfd1bf] bg-[#dfd1bf]"
/* SCSS */
$brand: #dfd1bf;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.749)
/* Android */
Color.parseColor("#dfd1bf")Accessibility — WCAG contrast
Aa
#dfd1bf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd1bf on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow14.3%
Key (black)12.5%
Color previews
#dfd1bf text on a black background
contrast 14.01:1
Card sample
#dfd1bf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd1bf;
Background color
Panel with #dfd1bf background
background-color: #dfd1bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd1bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd1bf; background: linear-gradient(135deg, #dfd1bf, #D8DFBF);