#cfa2af
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 162, 175
HSL
343°, 32%, 72%
CMYK
0, 22, 16, 19
Luminance
0.4220
Every format
| HEX | #cfa2af |
| RGB | rgb(207, 162, 175) |
| HSL | hsl(343, 32%, 72%) |
| CMYK | cmyk(0%, 22%, 16%, 19%) |
| LAB | lab(71.0 18.6 -0.3) |
| LCH | lch(71.0 18.6 359.0) |
| OKLCH | oklch(0.757 0.056 359.4) |
Copy-ready code
/* CSS */
color: #cfa2af;
background-color: #cfa2af;
/* Tailwind (arbitrary) */
class="text-[#cfa2af] bg-[#cfa2af]"
/* SCSS */
$brand: #cfa2af;
/* SwiftUI */
Color(red: 0.812, green: 0.635, blue: 0.686)
/* Android */
Color.parseColor("#cfa2af")Accessibility — WCAG contrast
Aa
#cfa2af on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa2af on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow15.5%
Key (black)18.8%
Color previews
#cfa2af text on a black background
contrast 9.44:1
Card sample
#cfa2af text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa2af;
Background color
Panel with #cfa2af background
background-color: #cfa2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 162, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 162, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa2af; background: linear-gradient(135deg, #cfa2af, #CFB3A2);