#cfbfd2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 191, 210
HSL
291°, 17%, 79%
CMYK
1, 9, 0, 18
Luminance
0.5518
Every format
| HEX | #cfbfd2 |
| RGB | rgb(207, 191, 210) |
| HSL | hsl(291, 17%, 79%) |
| CMYK | cmyk(1%, 9%, 0%, 18%) |
| LAB | lab(79.2 9.0 -7.5) |
| LCH | lch(79.2 11.7 320.5) |
| OKLCH | oklch(0.824 0.032 320.9) |
Copy-ready code
/* CSS */
color: #cfbfd2;
background-color: #cfbfd2;
/* Tailwind (arbitrary) */
class="text-[#cfbfd2] bg-[#cfbfd2]"
/* SCSS */
$brand: #cfbfd2;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#cfbfd2")Accessibility — WCAG contrast
Aa
#cfbfd2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfd2 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cfbfd2 text on a black background
contrast 12.04:1
Card sample
#cfbfd2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfd2;
Background color
Panel with #cfbfd2 background
background-color: #cfbfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfd2; background: linear-gradient(135deg, #cfbfd2, #D2BFC8);