#cfb5cf
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 181, 207
HSL
300°, 21%, 76%
CMYK
0, 13, 0, 19
Luminance
0.5082
Every format
| HEX | #cfb5cf |
| RGB | rgb(207, 181, 207) |
| HSL | hsl(300, 21%, 76%) |
| CMYK | cmyk(0%, 13%, 0%, 19%) |
| LAB | lab(76.6 13.9 -9.7) |
| LCH | lch(76.6 16.9 325.1) |
| OKLCH | oklch(0.803 0.046 326.0) |
Copy-ready code
/* CSS */
color: #cfb5cf;
background-color: #cfb5cf;
/* Tailwind (arbitrary) */
class="text-[#cfb5cf] bg-[#cfb5cf]"
/* SCSS */
$brand: #cfb5cf;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#cfb5cf")Accessibility — WCAG contrast
Aa
#cfb5cf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb5cf on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cfb5cf text on a black background
contrast 11.16:1
Card sample
#cfb5cf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb5cf;
Background color
Panel with #cfb5cf background
background-color: #cfb5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb5cf; background: linear-gradient(135deg, #cfb5cf, #CFB5BE);