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