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