#cf60ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 96, 172
HSL
319°, 54%, 59%
CMYK
0, 54, 17, 19
Luminance
0.2461
Every format
| HEX | #cf60ac |
| RGB | rgb(207, 96, 172) |
| HSL | hsl(319, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 17%, 19%) |
| LAB | lab(56.7 52.9 -20.0) |
| LCH | lch(56.7 56.6 339.3) |
| OKLCH | oklch(0.648 0.166 341.1) |
Copy-ready code
/* CSS */
color: #cf60ac;
background-color: #cf60ac;
/* Tailwind (arbitrary) */
class="text-[#cf60ac] bg-[#cf60ac]"
/* SCSS */
$brand: #cf60ac;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.675)
/* Android */
Color.parseColor("#cf60ac")Accessibility — WCAG contrast
Aa
#cf60ac on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf60ac on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow16.9%
Key (black)18.8%
Color previews
#cf60ac text on a black background
contrast 5.92:1
Card sample
#cf60ac text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf60ac;
Background color
Panel with #cf60ac background
background-color: #cf60ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf60ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf60ac; background: linear-gradient(135deg, #cf60ac, #CF6062);