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