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