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