#cfa0af
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 160, 175
HSL
341°, 33%, 72%
CMYK
0, 23, 16, 19
Luminance
0.4150
Every format
| HEX | #cfa0af |
| RGB | rgb(207, 160, 175) |
| HSL | hsl(341, 33%, 72%) |
| CMYK | cmyk(0%, 23%, 16%, 19%) |
| LAB | lab(70.5 19.7 -1.0) |
| LCH | lch(70.5 19.8 357.0) |
| OKLCH | oklch(0.753 0.059 357.6) |
Copy-ready code
/* CSS */
color: #cfa0af;
background-color: #cfa0af;
/* Tailwind (arbitrary) */
class="text-[#cfa0af] bg-[#cfa0af]"
/* SCSS */
$brand: #cfa0af;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#cfa0af")Accessibility — WCAG contrast
Aa
#cfa0af on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa0af on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow15.5%
Key (black)18.8%
Color previews
#cfa0af text on a black background
contrast 9.30:1
Card sample
#cfa0af text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa0af;
Background color
Panel with #cfa0af background
background-color: #cfa0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa0af; background: linear-gradient(135deg, #cfa0af, #CFB0A0);