#cfa2ba
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 162, 186
HSL
328°, 32%, 72%
CMYK
0, 22, 10, 19
Luminance
0.4265
Every format
| HEX | #cfa2ba |
| RGB | rgb(207, 162, 186) |
| HSL | hsl(328, 32%, 72%) |
| CMYK | cmyk(0%, 22%, 10%, 19%) |
| LAB | lab(71.3 20.4 -6.0) |
| LCH | lch(71.3 21.3 343.8) |
| OKLCH | oklch(0.761 0.062 345.4) |
Copy-ready code
/* CSS */
color: #cfa2ba;
background-color: #cfa2ba;
/* Tailwind (arbitrary) */
class="text-[#cfa2ba] bg-[#cfa2ba]"
/* SCSS */
$brand: #cfa2ba;
/* SwiftUI */
Color(red: 0.812, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#cfa2ba")Accessibility — WCAG contrast
Aa
#cfa2ba on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa2ba on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow10.1%
Key (black)18.8%
Color previews
#cfa2ba text on a black background
contrast 9.53:1
Card sample
#cfa2ba text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa2ba;
Background color
Panel with #cfa2ba background
background-color: #cfa2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa2ba; background: linear-gradient(135deg, #cfa2ba, #CFA8A2);