#dfbcbe
a light, soft red · warm · closest name: pink
RGB
223, 188, 190
HSL
357°, 35%, 81%
CMYK
0, 16, 15, 13
Luminance
0.5537
Every format
| HEX | #dfbcbe |
| RGB | rgb(223, 188, 190) |
| HSL | hsl(357, 35%, 81%) |
| CMYK | cmyk(0%, 16%, 15%, 13%) |
| LAB | lab(79.3 12.8 3.7) |
| LCH | lch(79.3 13.3 16.0) |
| OKLCH | oklch(0.826 0.040 14.1) |
Copy-ready code
/* CSS */
color: #dfbcbe;
background-color: #dfbcbe;
/* Tailwind (arbitrary) */
class="text-[#dfbcbe] bg-[#dfbcbe]"
/* SCSS */
$brand: #dfbcbe;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.745)
/* Android */
Color.parseColor("#dfbcbe")Accessibility — WCAG contrast
Aa
#dfbcbe on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbcbe on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow14.8%
Key (black)12.5%
Color previews
#dfbcbe text on a black background
contrast 12.07:1
Card sample
#dfbcbe text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbcbe;
Background color
Panel with #dfbcbe background
background-color: #dfbcbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbcbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbcbe; background: linear-gradient(135deg, #dfbcbe, #DFD1BC);