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