#cf6da0
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 109, 160
HSL
329°, 51%, 62%
CMYK
0, 47, 23, 19
Luminance
0.2674
Every format
| HEX | #cf6da0 |
| RGB | rgb(207, 109, 160) |
| HSL | hsl(329, 51%, 62%) |
| CMYK | cmyk(0%, 47%, 23%, 19%) |
| LAB | lab(58.7 44.7 -10.0) |
| LCH | lch(58.7 45.8 347.4) |
| OKLCH | oklch(0.662 0.137 349.0) |
Copy-ready code
/* CSS */
color: #cf6da0;
background-color: #cf6da0;
/* Tailwind (arbitrary) */
class="text-[#cf6da0] bg-[#cf6da0]"
/* SCSS */
$brand: #cf6da0;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.627)
/* Android */
Color.parseColor("#cf6da0")Accessibility — WCAG contrast
Aa
#cf6da0 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6da0 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow22.7%
Key (black)18.8%
Color previews
#cf6da0 text on a black background
contrast 6.35:1
Card sample
#cf6da0 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6da0;
Background color
Panel with #cf6da0 background
background-color: #cf6da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6da0; background: linear-gradient(135deg, #cf6da0, #CF7C6D);