#dfcbba
a light, soft orange · warm · closest name: silver
RGB
223, 203, 186
HSL
28°, 37%, 80%
CMYK
0, 9, 17, 13
Luminance
0.6195
Every format
| HEX | #dfcbba |
| RGB | rgb(223, 203, 186) |
| HSL | hsl(28, 37%, 80%) |
| CMYK | cmyk(0%, 9%, 17%, 13%) |
| LAB | lab(82.9 4.2 11.0) |
| LCH | lch(82.9 11.8 69.0) |
| OKLCH | oklch(0.854 0.032 62.8) |
Copy-ready code
/* CSS */
color: #dfcbba;
background-color: #dfcbba;
/* Tailwind (arbitrary) */
class="text-[#dfcbba] bg-[#dfcbba]"
/* SCSS */
$brand: #dfcbba;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#dfcbba")Accessibility — WCAG contrast
Aa
#dfcbba on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcbba on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow16.6%
Key (black)12.5%
Color previews
#dfcbba text on a black background
contrast 13.39:1
Card sample
#dfcbba text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcbba;
Background color
Panel with #dfcbba background
background-color: #dfcbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcbba; background: linear-gradient(135deg, #dfcbba, #DADFBA);