#cfb1cf
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 177, 207
HSL
300°, 24%, 75%
CMYK
0, 15, 0, 19
Luminance
0.4921
Every format
| HEX | #cfb1cf |
| RGB | rgb(207, 177, 207) |
| HSL | hsl(300, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 0%, 19%) |
| LAB | lab(75.6 16.0 -11.1) |
| LCH | lch(75.6 19.5 325.2) |
| OKLCH | oklch(0.796 0.053 326.1) |
Copy-ready code
/* CSS */
color: #cfb1cf;
background-color: #cfb1cf;
/* Tailwind (arbitrary) */
class="text-[#cfb1cf] bg-[#cfb1cf]"
/* SCSS */
$brand: #cfb1cf;
/* SwiftUI */
Color(red: 0.812, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#cfb1cf")Accessibility — WCAG contrast
Aa
#cfb1cf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb1cf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cfb1cf text on a black background
contrast 10.84:1
Card sample
#cfb1cf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb1cf;
Background color
Panel with #cfb1cf background
background-color: #cfb1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb1cf; background: linear-gradient(135deg, #cfb1cf, #CFB1BB);