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