#d7b0cf
a light, soft magenta / pink · warm · closest name: pink
RGB
215, 176, 207
HSL
312°, 33%, 77%
CMYK
0, 18, 4, 16
Luminance
0.5000
Every format
| HEX | #d7b0cf |
| RGB | rgb(215, 176, 207) |
| HSL | hsl(312, 33%, 77%) |
| CMYK | cmyk(0%, 18%, 4%, 16%) |
| LAB | lab(76.1 19.3 -10.3) |
| LCH | lch(76.1 21.9 331.9) |
| OKLCH | oklch(0.801 0.061 333.3) |
Copy-ready code
/* CSS */
color: #d7b0cf;
background-color: #d7b0cf;
/* Tailwind (arbitrary) */
class="text-[#d7b0cf] bg-[#d7b0cf]"
/* SCSS */
$brand: #d7b0cf;
/* SwiftUI */
Color(red: 0.843, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#d7b0cf")Accessibility — WCAG contrast
Aa
#d7b0cf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7b0cf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow3.7%
Key (black)15.7%
Color previews
#d7b0cf text on a black background
contrast 11.00:1
Card sample
#d7b0cf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7b0cf;
Background color
Panel with #d7b0cf background
background-color: #d7b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7b0cf; background: linear-gradient(135deg, #d7b0cf, #D7B0B5);