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