#cfb2c5
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 178, 197
HSL
321°, 23%, 76%
CMYK
0, 14, 5, 19
Luminance
0.4914
Every format
| HEX | #cfb2c5 |
| RGB | rgb(207, 178, 197) |
| HSL | hsl(321, 23%, 76%) |
| CMYK | cmyk(0%, 14%, 5%, 19%) |
| LAB | lab(75.5 13.7 -5.8) |
| LCH | lch(75.5 14.8 337.2) |
| OKLCH | oklch(0.794 0.042 338.8) |
Copy-ready code
/* CSS */
color: #cfb2c5;
background-color: #cfb2c5;
/* Tailwind (arbitrary) */
class="text-[#cfb2c5] bg-[#cfb2c5]"
/* SCSS */
$brand: #cfb2c5;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.773)
/* Android */
Color.parseColor("#cfb2c5")Accessibility — WCAG contrast
Aa
#cfb2c5 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2c5 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow4.8%
Key (black)18.8%
Color previews
#cfb2c5 text on a black background
contrast 10.83:1
Card sample
#cfb2c5 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2c5;
Background color
Panel with #cfb2c5 background
background-color: #cfb2c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2c5; background: linear-gradient(135deg, #cfb2c5, #CFB2B2);