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