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