#dfccb8
a light, soft orange · warm · closest name: silver
RGB
223, 204, 184
HSL
31°, 38%, 80%
CMYK
0, 9, 18, 13
Luminance
0.6233
Every format
| HEX | #dfccb8 |
| RGB | rgb(223, 204, 184) |
| HSL | hsl(31, 38%, 80%) |
| CMYK | cmyk(0%, 9%, 18%, 13%) |
| LAB | lab(83.1 3.4 12.4) |
| LCH | lch(83.1 12.8 74.6) |
| OKLCH | oklch(0.856 0.035 68.8) |
Copy-ready code
/* CSS */
color: #dfccb8;
background-color: #dfccb8;
/* Tailwind (arbitrary) */
class="text-[#dfccb8] bg-[#dfccb8]"
/* SCSS */
$brand: #dfccb8;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.722)
/* Android */
Color.parseColor("#dfccb8")Accessibility — WCAG contrast
Aa
#dfccb8 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccb8 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow17.5%
Key (black)12.5%
Color previews
#dfccb8 text on a black background
contrast 13.47:1
Card sample
#dfccb8 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccb8;
Background color
Panel with #dfccb8 background
background-color: #dfccb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccb8; background: linear-gradient(135deg, #dfccb8, #D8DFB8);