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