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