#cfbad3
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 186, 211
HSL
290°, 22%, 78%
CMYK
2, 12, 0, 17
Luminance
0.5309
Every format
| HEX | #cfbad3 |
| RGB | rgb(207, 186, 211) |
| HSL | hsl(290, 22%, 78%) |
| CMYK | cmyk(2%, 12%, 0%, 17%) |
| LAB | lab(77.9 11.9 -9.8) |
| LCH | lch(77.9 15.4 320.5) |
| OKLCH | oklch(0.814 0.042 320.8) |
Copy-ready code
/* CSS */
color: #cfbad3;
background-color: #cfbad3;
/* Tailwind (arbitrary) */
class="text-[#cfbad3] bg-[#cfbad3]"
/* SCSS */
$brand: #cfbad3;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.827)
/* Android */
Color.parseColor("#cfbad3")Accessibility — WCAG contrast
Aa
#cfbad3 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbad3 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta11.8%
Yellow0.0%
Key (black)17.3%
Color previews
#cfbad3 text on a black background
contrast 11.62:1
Card sample
#cfbad3 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbad3;
Background color
Panel with #cfbad3 background
background-color: #cfbad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbad3; background: linear-gradient(135deg, #cfbad3, #D3BAC6);