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