#cfb0d3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 176, 211
HSL
293°, 29%, 76%
CMYK
2, 17, 0, 17
Luminance
0.4902
Every format
| HEX | #cfb0d3 |
| RGB | rgb(207, 176, 211) |
| HSL | hsl(293, 29%, 76%) |
| CMYK | cmyk(2%, 17%, 0%, 17%) |
| LAB | lab(75.5 17.3 -13.5) |
| LCH | lch(75.5 22.0 322.1) |
| OKLCH | oklch(0.795 0.059 322.4) |
Copy-ready code
/* CSS */
color: #cfb0d3;
background-color: #cfb0d3;
/* Tailwind (arbitrary) */
class="text-[#cfb0d3] bg-[#cfb0d3]"
/* SCSS */
$brand: #cfb0d3;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.827)
/* Android */
Color.parseColor("#cfb0d3")Accessibility — WCAG contrast
Aa
#cfb0d3 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0d3 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta16.6%
Yellow0.0%
Key (black)17.3%
Color previews
#cfb0d3 text on a black background
contrast 10.80:1
Card sample
#cfb0d3 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0d3;
Background color
Panel with #cfb0d3 background
background-color: #cfb0d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0d3; background: linear-gradient(135deg, #cfb0d3, #D3B0C0);