#cf6da8
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 109, 168
HSL
324°, 51%, 62%
CMYK
0, 47, 19, 19
Luminance
0.2703
Every format
| HEX | #cf6da8 |
| RGB | rgb(207, 109, 168) |
| HSL | hsl(324, 51%, 62%) |
| CMYK | cmyk(0%, 47%, 19%, 19%) |
| LAB | lab(59.0 45.9 -14.2) |
| LCH | lch(59.0 48.1 342.8) |
| OKLCH | oklch(0.665 0.142 344.6) |
Copy-ready code
/* CSS */
color: #cf6da8;
background-color: #cf6da8;
/* Tailwind (arbitrary) */
class="text-[#cf6da8] bg-[#cf6da8]"
/* SCSS */
$brand: #cf6da8;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.659)
/* Android */
Color.parseColor("#cf6da8")Accessibility — WCAG contrast
Aa
#cf6da8 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6da8 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow18.8%
Key (black)18.8%
Color previews
#cf6da8 text on a black background
contrast 6.41:1
Card sample
#cf6da8 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6da8;
Background color
Panel with #cf6da8 background
background-color: #cf6da8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6da8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6da8; background: linear-gradient(135deg, #cf6da8, #CF746D);