#cf80ad
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 128, 173
HSL
326°, 45%, 66%
CMYK
0, 38, 16, 19
Luminance
0.3172
Every format
| HEX | #cf80ad |
| RGB | rgb(207, 128, 173) |
| HSL | hsl(326, 45%, 66%) |
| CMYK | cmyk(0%, 38%, 16%, 19%) |
| LAB | lab(63.1 36.8 -10.9) |
| LCH | lch(63.1 38.4 343.5) |
| OKLCH | oklch(0.697 0.112 345.2) |
Copy-ready code
/* CSS */
color: #cf80ad;
background-color: #cf80ad;
/* Tailwind (arbitrary) */
class="text-[#cf80ad] bg-[#cf80ad]"
/* SCSS */
$brand: #cf80ad;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.678)
/* Android */
Color.parseColor("#cf80ad")Accessibility — WCAG contrast
Aa
#cf80ad on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf80ad on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow16.4%
Key (black)18.8%
Color previews
#cf80ad text on a black background
contrast 7.34:1
Card sample
#cf80ad text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf80ad;
Background color
Panel with #cf80ad background
background-color: #cf80ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf80ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf80ad; background: linear-gradient(135deg, #cf80ad, #CF8880);