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