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