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