#cf80bc
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 128, 188
HSL
314°, 45%, 66%
CMYK
0, 38, 9, 19
Luminance
0.3233
Every format
| HEX | #cf80bc |
| RGB | rgb(207, 128, 188) |
| HSL | hsl(314, 45%, 66%) |
| CMYK | cmyk(0%, 38%, 9%, 19%) |
| LAB | lab(63.6 39.2 -18.6) |
| LCH | lch(63.6 43.4 334.6) |
| OKLCH | oklch(0.702 0.124 336.2) |
Copy-ready code
/* CSS */
color: #cf80bc;
background-color: #cf80bc;
/* Tailwind (arbitrary) */
class="text-[#cf80bc] bg-[#cf80bc]"
/* SCSS */
$brand: #cf80bc;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.737)
/* Android */
Color.parseColor("#cf80bc")Accessibility — WCAG contrast
Aa
#cf80bc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf80bc on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow9.2%
Key (black)18.8%
Color previews
#cf80bc text on a black background
contrast 7.47:1
Card sample
#cf80bc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf80bc;
Background color
Panel with #cf80bc background
background-color: #cf80bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf80bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf80bc; background: linear-gradient(135deg, #cf80bc, #CF8087);