#cf63ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 99, 206
HSL
301°, 53%, 60%
CMYK
0, 52, 1, 19
Luminance
0.2665
Every format
| HEX | #cf63ce |
| RGB | rgb(207, 99, 206) |
| HSL | hsl(301, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 1%, 19%) |
| LAB | lab(58.6 57.1 -36.5) |
| LCH | lch(58.6 67.7 327.4) |
| OKLCH | oklch(0.667 0.188 327.8) |
Copy-ready code
/* CSS */
color: #cf63ce;
background-color: #cf63ce;
/* Tailwind (arbitrary) */
class="text-[#cf63ce] bg-[#cf63ce]"
/* SCSS */
$brand: #cf63ce;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.808)
/* Android */
Color.parseColor("#cf63ce")Accessibility — WCAG contrast
Aa
#cf63ce on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf63ce on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow0.5%
Key (black)18.8%
Color previews
#cf63ce text on a black background
contrast 6.33:1
Card sample
#cf63ce text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf63ce;
Background color
Panel with #cf63ce background
background-color: #cf63ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf63ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf63ce; background: linear-gradient(135deg, #cf63ce, #CF6386);