#cf63df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 99, 223
HSL
292°, 66%, 63%
CMYK
7, 56, 0, 13
Luminance
0.2752
Every format
| HEX | #cf63df |
| RGB | rgb(207, 99, 223) |
| HSL | hsl(292, 66%, 63%) |
| CMYK | cmyk(7%, 56%, 0%, 13%) |
| LAB | lab(59.5 60.1 -44.8) |
| LCH | lch(59.5 75.0 323.3) |
| OKLCH | oklch(0.676 0.203 322.3) |
Copy-ready code
/* CSS */
color: #cf63df;
background-color: #cf63df;
/* Tailwind (arbitrary) */
class="text-[#cf63df] bg-[#cf63df]"
/* SCSS */
$brand: #cf63df;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#cf63df")Accessibility — WCAG contrast
Aa
#cf63df on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf63df on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cf63df text on a black background
contrast 6.50:1
Card sample
#cf63df text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf63df;
Background color
Panel with #cf63df background
background-color: #cf63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf63df; background: linear-gradient(135deg, #cf63df, #DF639C);