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