#cf6392
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 99, 146
HSL
334°, 53%, 60%
CMYK
0, 52, 30, 19
Luminance
0.2426
Every format
| HEX | #cf6392 |
| RGB | rgb(207, 99, 146) |
| HSL | hsl(334, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 30%, 19%) |
| LAB | lab(56.4 47.8 -5.4) |
| LCH | lch(56.4 48.1 353.5) |
| OKLCH | oklch(0.643 0.146 354.6) |
Copy-ready code
/* CSS */
color: #cf6392;
background-color: #cf6392;
/* Tailwind (arbitrary) */
class="text-[#cf6392] bg-[#cf6392]"
/* SCSS */
$brand: #cf6392;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.573)
/* Android */
Color.parseColor("#cf6392")Accessibility — WCAG contrast
Aa
#cf6392 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6392 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow29.5%
Key (black)18.8%
Color previews
#cf6392 text on a black background
contrast 5.85:1
Card sample
#cf6392 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6392;
Background color
Panel with #cf6392 background
background-color: #cf6392;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6392;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6392; background: linear-gradient(135deg, #cf6392, #CF7C63);