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