#cf6396
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 99, 150
HSL
332°, 53%, 60%
CMYK
0, 52, 28, 19
Luminance
0.2439
Every format
| HEX | #cf6396 |
| RGB | rgb(207, 99, 150) |
| HSL | hsl(332, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 28%, 19%) |
| LAB | lab(56.5 48.3 -7.6) |
| LCH | lch(56.5 48.9 351.1) |
| OKLCH | oklch(0.644 0.147 352.4) |
Copy-ready code
/* CSS */
color: #cf6396;
background-color: #cf6396;
/* Tailwind (arbitrary) */
class="text-[#cf6396] bg-[#cf6396]"
/* SCSS */
$brand: #cf6396;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.588)
/* Android */
Color.parseColor("#cf6396")Accessibility — WCAG contrast
Aa
#cf6396 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6396 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow27.5%
Key (black)18.8%
Color previews
#cf6396 text on a black background
contrast 5.88:1
Card sample
#cf6396 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6396;
Background color
Panel with #cf6396 background
background-color: #cf6396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6396; background: linear-gradient(135deg, #cf6396, #CF7863);