#cfb2bf
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 178, 191
HSL
333°, 23%, 76%
CMYK
0, 14, 8, 19
Luminance
0.4887
Every format
| HEX | #cfb2bf |
| RGB | rgb(207, 178, 191) |
| HSL | hsl(333, 23%, 76%) |
| CMYK | cmyk(0%, 14%, 8%, 19%) |
| LAB | lab(75.4 12.6 -2.7) |
| LCH | lch(75.4 12.9 347.8) |
| OKLCH | oklch(0.792 0.038 349.2) |
Copy-ready code
/* CSS */
color: #cfb2bf;
background-color: #cfb2bf;
/* Tailwind (arbitrary) */
class="text-[#cfb2bf] bg-[#cfb2bf]"
/* SCSS */
$brand: #cfb2bf;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.749)
/* Android */
Color.parseColor("#cfb2bf")Accessibility — WCAG contrast
Aa
#cfb2bf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2bf on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow7.7%
Key (black)18.8%
Color previews
#cfb2bf text on a black background
contrast 10.77:1
Card sample
#cfb2bf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2bf;
Background color
Panel with #cfb2bf background
background-color: #cfb2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2bf; background: linear-gradient(135deg, #cfb2bf, #CFB8B2);