#cfa0cb
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 160, 203
HSL
305°, 33%, 72%
CMYK
0, 23, 2, 19
Luminance
0.4272
Every format
| HEX | #cfa0cb |
| RGB | rgb(207, 160, 203) |
| HSL | hsl(305, 33%, 72%) |
| CMYK | cmyk(0%, 23%, 2%, 19%) |
| LAB | lab(71.4 24.6 -15.3) |
| LCH | lch(71.4 28.9 328.1) |
| OKLCH | oklch(0.763 0.080 329.2) |
Copy-ready code
/* CSS */
color: #cfa0cb;
background-color: #cfa0cb;
/* Tailwind (arbitrary) */
class="text-[#cfa0cb] bg-[#cfa0cb]"
/* SCSS */
$brand: #cfa0cb;
/* SwiftUI */
Color(red: 0.812, green: 0.627, blue: 0.796)
/* Android */
Color.parseColor("#cfa0cb")Accessibility — WCAG contrast
Aa
#cfa0cb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa0cb on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow1.9%
Key (black)18.8%
Color previews
#cfa0cb text on a black background
contrast 9.54:1
Card sample
#cfa0cb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa0cb;
Background color
Panel with #cfa0cb background
background-color: #cfa0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 160, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 160, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa0cb; background: linear-gradient(135deg, #cfa0cb, #CFA0AC);