#cfb2d1
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 178, 209
HSL
296°, 25%, 76%
CMYK
1, 15, 0, 18
Luminance
0.4971
Every format
| HEX | #cfb2d1 |
| RGB | rgb(207, 178, 209) |
| HSL | hsl(296, 25%, 76%) |
| CMYK | cmyk(1%, 15%, 0%, 18%) |
| LAB | lab(75.9 15.9 -11.8) |
| LCH | lch(75.9 19.8 323.4) |
| OKLCH | oklch(0.798 0.054 324.0) |
Copy-ready code
/* CSS */
color: #cfb2d1;
background-color: #cfb2d1;
/* Tailwind (arbitrary) */
class="text-[#cfb2d1] bg-[#cfb2d1]"
/* SCSS */
$brand: #cfb2d1;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.820)
/* Android */
Color.parseColor("#cfb2d1")Accessibility — WCAG contrast
Aa
#cfb2d1 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2d1 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue82.0%
CMYK percentages
Cyan1.0%
Magenta14.8%
Yellow0.0%
Key (black)18.0%
Color previews
#cfb2d1 text on a black background
contrast 10.94:1
Card sample
#cfb2d1 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2d1;
Background color
Panel with #cfb2d1 background
background-color: #cfb2d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2d1; background: linear-gradient(135deg, #cfb2d1, #D1B2BE);