#cf60df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 96, 223
HSL
292°, 67%, 63%
CMYK
7, 57, 0, 13
Luminance
0.2696
Every format
| HEX | #cf60df |
| RGB | rgb(207, 96, 223) |
| HSL | hsl(292, 67%, 63%) |
| CMYK | cmyk(7%, 57%, 0%, 13%) |
| LAB | lab(58.9 61.5 -45.6) |
| LCH | lch(58.9 76.6 323.4) |
| OKLCH | oklch(0.672 0.208 322.5) |
Copy-ready code
/* CSS */
color: #cf60df;
background-color: #cf60df;
/* Tailwind (arbitrary) */
class="text-[#cf60df] bg-[#cf60df]"
/* SCSS */
$brand: #cf60df;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#cf60df")Accessibility — WCAG contrast
Aa
#cf60df on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf60df on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cf60df text on a black background
contrast 6.39:1
Card sample
#cf60df text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf60df;
Background color
Panel with #cf60df background
background-color: #cf60df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf60df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf60df; background: linear-gradient(135deg, #cf60df, #DF609A);