#cf80ba
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 128, 186
HSL
316°, 45%, 66%
CMYK
0, 38, 10, 19
Luminance
0.3225
Every format
| HEX | #cf80ba |
| RGB | rgb(207, 128, 186) |
| HSL | hsl(316, 45%, 66%) |
| CMYK | cmyk(0%, 38%, 10%, 19%) |
| LAB | lab(63.5 38.9 -17.6) |
| LCH | lch(63.5 42.7 335.7) |
| OKLCH | oklch(0.701 0.122 337.3) |
Copy-ready code
/* CSS */
color: #cf80ba;
background-color: #cf80ba;
/* Tailwind (arbitrary) */
class="text-[#cf80ba] bg-[#cf80ba]"
/* SCSS */
$brand: #cf80ba;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.729)
/* Android */
Color.parseColor("#cf80ba")Accessibility — WCAG contrast
Aa
#cf80ba on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf80ba on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow10.1%
Key (black)18.8%
Color previews
#cf80ba text on a black background
contrast 7.45:1
Card sample
#cf80ba text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf80ba;
Background color
Panel with #cf80ba background
background-color: #cf80ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf80ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf80ba; background: linear-gradient(135deg, #cf80ba, #CF8085);