#cfb2c9
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 178, 201
HSL
312°, 23%, 76%
CMYK
0, 14, 3, 19
Luminance
0.4932
Every format
| HEX | #cfb2c9 |
| RGB | rgb(207, 178, 201) |
| HSL | hsl(312, 23%, 76%) |
| CMYK | cmyk(0%, 14%, 3%, 19%) |
| LAB | lab(75.7 14.4 -7.8) |
| LCH | lch(75.7 16.4 331.7) |
| OKLCH | oklch(0.796 0.045 333.1) |
Copy-ready code
/* CSS */
color: #cfb2c9;
background-color: #cfb2c9;
/* Tailwind (arbitrary) */
class="text-[#cfb2c9] bg-[#cfb2c9]"
/* SCSS */
$brand: #cfb2c9;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.788)
/* Android */
Color.parseColor("#cfb2c9")Accessibility — WCAG contrast
Aa
#cfb2c9 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2c9 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow2.9%
Key (black)18.8%
Color previews
#cfb2c9 text on a black background
contrast 10.86:1
Card sample
#cfb2c9 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2c9;
Background color
Panel with #cfb2c9 background
background-color: #cfb2c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2c9; background: linear-gradient(135deg, #cfb2c9, #CFB2B6);