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