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