#dfcabf
a light, soft orange · warm · closest name: silver
RGB
223, 202, 191
HSL
21°, 33%, 81%
CMYK
0, 9, 14, 13
Luminance
0.6169
Every format
| HEX | #dfcabf |
| RGB | rgb(223, 202, 191) |
| HSL | hsl(21, 33%, 81%) |
| CMYK | cmyk(0%, 9%, 14%, 13%) |
| LAB | lab(82.8 5.5 8.2) |
| LCH | lch(82.8 9.8 55.8) |
| OKLCH | oklch(0.853 0.028 49.5) |
Copy-ready code
/* CSS */
color: #dfcabf;
background-color: #dfcabf;
/* Tailwind (arbitrary) */
class="text-[#dfcabf] bg-[#dfcabf]"
/* SCSS */
$brand: #dfcabf;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#dfcabf")Accessibility — WCAG contrast
Aa
#dfcabf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcabf on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow14.3%
Key (black)12.5%
Color previews
#dfcabf text on a black background
contrast 13.34:1
Card sample
#dfcabf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcabf;
Background color
Panel with #dfcabf background
background-color: #dfcabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcabf; background: linear-gradient(135deg, #dfcabf, #DFDFBF);