#cfb2d0
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 178, 208
HSL
298°, 24%, 76%
CMYK
1, 14, 0, 18
Luminance
0.4966
Every format
| HEX | #cfb2d0 |
| RGB | rgb(207, 178, 208) |
| HSL | hsl(298, 24%, 76%) |
| CMYK | cmyk(1%, 14%, 0%, 18%) |
| LAB | lab(75.9 15.7 -11.3) |
| LCH | lch(75.9 19.3 324.3) |
| OKLCH | oklch(0.798 0.052 325.0) |
Copy-ready code
/* CSS */
color: #cfb2d0;
background-color: #cfb2d0;
/* Tailwind (arbitrary) */
class="text-[#cfb2d0] bg-[#cfb2d0]"
/* SCSS */
$brand: #cfb2d0;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.816)
/* Android */
Color.parseColor("#cfb2d0")Accessibility — WCAG contrast
Aa
#cfb2d0 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2d0 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue81.6%
CMYK percentages
Cyan0.5%
Magenta14.4%
Yellow0.0%
Key (black)18.4%
Color previews
#cfb2d0 text on a black background
contrast 10.93:1
Card sample
#cfb2d0 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2d0;
Background color
Panel with #cfb2d0 background
background-color: #cfb2d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2d0; background: linear-gradient(135deg, #cfb2d0, #D0B2BD);