#cfbad0
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 186, 208
HSL
297°, 19%, 77%
CMYK
1, 11, 0, 18
Luminance
0.5294
Every format
| HEX | #cfbad0 |
| RGB | rgb(207, 186, 208) |
| HSL | hsl(297, 19%, 77%) |
| CMYK | cmyk(1%, 11%, 0%, 18%) |
| LAB | lab(77.8 11.4 -8.3) |
| LCH | lch(77.8 14.1 323.8) |
| OKLCH | oklch(0.813 0.038 324.5) |
Copy-ready code
/* CSS */
color: #cfbad0;
background-color: #cfbad0;
/* Tailwind (arbitrary) */
class="text-[#cfbad0] bg-[#cfbad0]"
/* SCSS */
$brand: #cfbad0;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.816)
/* Android */
Color.parseColor("#cfbad0")Accessibility — WCAG contrast
Aa
#cfbad0 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbad0 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue81.6%
CMYK percentages
Cyan0.5%
Magenta10.6%
Yellow0.0%
Key (black)18.4%
Color previews
#cfbad0 text on a black background
contrast 11.59:1
Card sample
#cfbad0 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbad0;
Background color
Panel with #cfbad0 background
background-color: #cfbad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbad0; background: linear-gradient(135deg, #cfbad0, #D0BAC2);