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