#dfcebc
a light, soft orange · warm · closest name: silver
RGB
223, 206, 188
HSL
31°, 35%, 81%
CMYK
0, 8, 16, 13
Luminance
0.6346
Every format
| HEX | #dfcebc |
| RGB | rgb(223, 206, 188) |
| HSL | hsl(31, 35%, 81%) |
| CMYK | cmyk(0%, 8%, 16%, 13%) |
| LAB | lab(83.7 3.0 11.1) |
| LCH | lch(83.7 11.5 75.0) |
| OKLCH | oklch(0.861 0.031 69.0) |
Copy-ready code
/* CSS */
color: #dfcebc;
background-color: #dfcebc;
/* Tailwind (arbitrary) */
class="text-[#dfcebc] bg-[#dfcebc]"
/* SCSS */
$brand: #dfcebc;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#dfcebc")Accessibility — WCAG contrast
Aa
#dfcebc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcebc on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow15.7%
Key (black)12.5%
Color previews
#dfcebc text on a black background
contrast 13.69:1
Card sample
#dfcebc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcebc;
Background color
Panel with #dfcebc background
background-color: #dfcebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcebc; background: linear-gradient(135deg, #dfcebc, #D9DFBC);