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