#cfb8cc
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 184, 204
HSL
308°, 19%, 77%
CMYK
0, 11, 1, 19
Luminance
0.5191
Every format
| HEX | #cfb8cc |
| RGB | rgb(207, 184, 204) |
| HSL | hsl(308, 19%, 77%) |
| CMYK | cmyk(0%, 11%, 1%, 19%) |
| LAB | lab(77.2 11.7 -7.1) |
| LCH | lch(77.2 13.7 328.9) |
| OKLCH | oklch(0.808 0.038 330.1) |
Copy-ready code
/* CSS */
color: #cfb8cc;
background-color: #cfb8cc;
/* Tailwind (arbitrary) */
class="text-[#cfb8cc] bg-[#cfb8cc]"
/* SCSS */
$brand: #cfb8cc;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.800)
/* Android */
Color.parseColor("#cfb8cc")Accessibility — WCAG contrast
Aa
#cfb8cc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8cc on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow1.4%
Key (black)18.8%
Color previews
#cfb8cc text on a black background
contrast 11.38:1
Card sample
#cfb8cc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8cc;
Background color
Panel with #cfb8cc background
background-color: #cfb8cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8cc; background: linear-gradient(135deg, #cfb8cc, #CFB8BD);