#cf6fac
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 111, 172
HSL
322°, 50%, 62%
CMYK
0, 46, 17, 19
Luminance
0.2761
Every format
| HEX | #cf6fac |
| RGB | rgb(207, 111, 172) |
| HSL | hsl(322, 50%, 62%) |
| CMYK | cmyk(0%, 46%, 17%, 19%) |
| LAB | lab(59.5 45.5 -15.7) |
| LCH | lch(59.5 48.1 341.0) |
| OKLCH | oklch(0.669 0.141 342.8) |
Copy-ready code
/* CSS */
color: #cf6fac;
background-color: #cf6fac;
/* Tailwind (arbitrary) */
class="text-[#cf6fac] bg-[#cf6fac]"
/* SCSS */
$brand: #cf6fac;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.675)
/* Android */
Color.parseColor("#cf6fac")Accessibility — WCAG contrast
Aa
#cf6fac on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6fac on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow16.9%
Key (black)18.8%
Color previews
#cf6fac text on a black background
contrast 6.52:1
Card sample
#cf6fac text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6fac;
Background color
Panel with #cf6fac background
background-color: #cf6fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6fac; background: linear-gradient(135deg, #cf6fac, #CF726F);