#cfb4cd
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 180, 205
HSL
304°, 22%, 76%
CMYK
0, 13, 1, 19
Luminance
0.5032
Every format
| HEX | #cfb4cd |
| RGB | rgb(207, 180, 205) |
| HSL | hsl(304, 22%, 76%) |
| CMYK | cmyk(0%, 13%, 1%, 19%) |
| LAB | lab(76.3 14.0 -9.0) |
| LCH | lch(76.3 16.7 327.2) |
| OKLCH | oklch(0.801 0.046 328.3) |
Copy-ready code
/* CSS */
color: #cfb4cd;
background-color: #cfb4cd;
/* Tailwind (arbitrary) */
class="text-[#cfb4cd] bg-[#cfb4cd]"
/* SCSS */
$brand: #cfb4cd;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.804)
/* Android */
Color.parseColor("#cfb4cd")Accessibility — WCAG contrast
Aa
#cfb4cd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb4cd on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow1.0%
Key (black)18.8%
Color previews
#cfb4cd text on a black background
contrast 11.06:1
Card sample
#cfb4cd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb4cd;
Background color
Panel with #cfb4cd background
background-color: #cfb4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb4cd; background: linear-gradient(135deg, #cfb4cd, #CFB4BB);