#cfbfcc
a light, muted magenta / pink · warm · closest name: silver
RGB
207, 191, 204
HSL
311°, 14%, 78%
CMYK
0, 8, 1, 19
Luminance
0.5489
Every format
| HEX | #cfbfcc |
| RGB | rgb(207, 191, 204) |
| HSL | hsl(311, 14%, 78%) |
| CMYK | cmyk(0%, 8%, 1%, 19%) |
| LAB | lab(79.0 7.9 -4.5) |
| LCH | lch(79.0 9.1 330.5) |
| OKLCH | oklch(0.822 0.025 332.0) |
Copy-ready code
/* CSS */
color: #cfbfcc;
background-color: #cfbfcc;
/* Tailwind (arbitrary) */
class="text-[#cfbfcc] bg-[#cfbfcc]"
/* SCSS */
$brand: #cfbfcc;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#cfbfcc")Accessibility — WCAG contrast
Aa
#cfbfcc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfcc on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow1.4%
Key (black)18.8%
Color previews
#cfbfcc text on a black background
contrast 11.98:1
Card sample
#cfbfcc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfcc;
Background color
Panel with #cfbfcc background
background-color: #cfbfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfcc; background: linear-gradient(135deg, #cfbfcc, #CFBFC1);