#cf60cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 96, 207
HSL
300°, 54%, 59%
CMYK
0, 54, 0, 19
Luminance
0.2614
Every format
| HEX | #cf60cf |
| RGB | rgb(207, 96, 207) |
| HSL | hsl(300, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 0%, 19%) |
| LAB | lab(58.2 58.6 -37.8) |
| LCH | lch(58.2 69.8 327.2) |
| OKLCH | oklch(0.664 0.193 327.5) |
Copy-ready code
/* CSS */
color: #cf60cf;
background-color: #cf60cf;
/* Tailwind (arbitrary) */
class="text-[#cf60cf] bg-[#cf60cf]"
/* SCSS */
$brand: #cf60cf;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#cf60cf")Accessibility — WCAG contrast
Aa
#cf60cf on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf60cf on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cf60cf text on a black background
contrast 6.23:1
Card sample
#cf60cf text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf60cf;
Background color
Panel with #cf60cf background
background-color: #cf60cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf60cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf60cf; background: linear-gradient(135deg, #cf60cf, #CF6085);