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