#cfb9cd
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 185, 205
HSL
306°, 19%, 77%
CMYK
0, 11, 1, 19
Luminance
0.5237
Every format
| HEX | #cfb9cd |
| RGB | rgb(207, 185, 205) |
| HSL | hsl(306, 19%, 77%) |
| CMYK | cmyk(0%, 11%, 1%, 19%) |
| LAB | lab(77.5 11.3 -7.2) |
| LCH | lch(77.5 13.4 327.6) |
| OKLCH | oklch(0.810 0.037 328.8) |
Copy-ready code
/* CSS */
color: #cfb9cd;
background-color: #cfb9cd;
/* Tailwind (arbitrary) */
class="text-[#cfb9cd] bg-[#cfb9cd]"
/* SCSS */
$brand: #cfb9cd;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.804)
/* Android */
Color.parseColor("#cfb9cd")Accessibility — WCAG contrast
Aa
#cfb9cd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb9cd on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow1.0%
Key (black)18.8%
Color previews
#cfb9cd text on a black background
contrast 11.47:1
Card sample
#cfb9cd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb9cd;
Background color
Panel with #cfb9cd background
background-color: #cfb9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb9cd; background: linear-gradient(135deg, #cfb9cd, #CFB9BE);