#cfb8c3
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 184, 195
HSL
331°, 19%, 77%
CMYK
0, 11, 6, 19
Luminance
0.5149
Every format
| HEX | #cfb8c3 |
| RGB | rgb(207, 184, 195) |
| HSL | hsl(331, 19%, 77%) |
| CMYK | cmyk(0%, 11%, 6%, 19%) |
| LAB | lab(77.0 10.1 -2.5) |
| LCH | lch(77.0 10.4 345.8) |
| OKLCH | oklch(0.805 0.030 347.3) |
Copy-ready code
/* CSS */
color: #cfb8c3;
background-color: #cfb8c3;
/* Tailwind (arbitrary) */
class="text-[#cfb8c3] bg-[#cfb8c3]"
/* SCSS */
$brand: #cfb8c3;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.765)
/* Android */
Color.parseColor("#cfb8c3")Accessibility — WCAG contrast
Aa
#cfb8c3 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8c3 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow5.8%
Key (black)18.8%
Color previews
#cfb8c3 text on a black background
contrast 11.30:1
Card sample
#cfb8c3 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8c3;
Background color
Panel with #cfb8c3 background
background-color: #cfb8c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8c3; background: linear-gradient(135deg, #cfb8c3, #CFBCB8);