#cfb6cd
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 182, 205
HSL
305°, 21%, 76%
CMYK
0, 12, 1, 19
Luminance
0.5113
Every format
| HEX | #cfb6cd |
| RGB | rgb(207, 182, 205) |
| HSL | hsl(305, 21%, 76%) |
| CMYK | cmyk(0%, 12%, 1%, 19%) |
| LAB | lab(76.8 13.0 -8.3) |
| LCH | lch(76.8 15.4 327.4) |
| OKLCH | oklch(0.805 0.042 328.5) |
Copy-ready code
/* CSS */
color: #cfb6cd;
background-color: #cfb6cd;
/* Tailwind (arbitrary) */
class="text-[#cfb6cd] bg-[#cfb6cd]"
/* SCSS */
$brand: #cfb6cd;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.804)
/* Android */
Color.parseColor("#cfb6cd")Accessibility — WCAG contrast
Aa
#cfb6cd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb6cd on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow1.0%
Key (black)18.8%
Color previews
#cfb6cd text on a black background
contrast 11.23:1
Card sample
#cfb6cd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb6cd;
Background color
Panel with #cfb6cd background
background-color: #cfb6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb6cd; background: linear-gradient(135deg, #cfb6cd, #CFB6BC);