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