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