#dfbcba
a light, soft red · warm · closest name: pink
RGB
223, 188, 186
HSL
3°, 37%, 80%
CMYK
0, 16, 17, 13
Luminance
0.5520
Every format
| HEX | #dfbcba |
| RGB | rgb(223, 188, 186) |
| HSL | hsl(3, 37%, 80%) |
| CMYK | cmyk(0%, 16%, 17%, 13%) |
| LAB | lab(79.2 12.2 5.7) |
| LCH | lch(79.2 13.4 25.0) |
| OKLCH | oklch(0.825 0.040 21.9) |
Copy-ready code
/* CSS */
color: #dfbcba;
background-color: #dfbcba;
/* Tailwind (arbitrary) */
class="text-[#dfbcba] bg-[#dfbcba]"
/* SCSS */
$brand: #dfbcba;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#dfbcba")Accessibility — WCAG contrast
Aa
#dfbcba on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbcba on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow16.6%
Key (black)12.5%
Color previews
#dfbcba text on a black background
contrast 12.04:1
Card sample
#dfbcba text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbcba;
Background color
Panel with #dfbcba background
background-color: #dfbcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbcba; background: linear-gradient(135deg, #dfbcba, #DFD5BA);