#cfacc3
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 172, 195
HSL
321°, 27%, 74%
CMYK
0, 17, 6, 19
Luminance
0.4671
Every format
| HEX | #cfacc3 |
| RGB | rgb(207, 172, 195) |
| HSL | hsl(321, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 6%, 19%) |
| LAB | lab(74.0 16.6 -6.9) |
| LCH | lch(74.0 18.0 337.3) |
| OKLCH | oklch(0.782 0.051 339.0) |
Copy-ready code
/* CSS */
color: #cfacc3;
background-color: #cfacc3;
/* Tailwind (arbitrary) */
class="text-[#cfacc3] bg-[#cfacc3]"
/* SCSS */
$brand: #cfacc3;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.765)
/* Android */
Color.parseColor("#cfacc3")Accessibility — WCAG contrast
Aa
#cfacc3 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacc3 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow5.8%
Key (black)18.8%
Color previews
#cfacc3 text on a black background
contrast 10.34:1
Card sample
#cfacc3 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacc3;
Background color
Panel with #cfacc3 background
background-color: #cfacc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacc3; background: linear-gradient(135deg, #cfacc3, #CFACAC);