#cf63da
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 99, 218
HSL
295°, 62%, 62%
CMYK
5, 55, 0, 15
Luminance
0.2725
Every format
| HEX | #cf63da |
| RGB | rgb(207, 99, 218) |
| HSL | hsl(295, 62%, 62%) |
| CMYK | cmyk(5%, 55%, 0%, 15%) |
| LAB | lab(59.2 59.2 -42.4) |
| LCH | lch(59.2 72.8 324.4) |
| OKLCH | oklch(0.673 0.199 323.8) |
Copy-ready code
/* CSS */
color: #cf63da;
background-color: #cf63da;
/* Tailwind (arbitrary) */
class="text-[#cf63da] bg-[#cf63da]"
/* SCSS */
$brand: #cf63da;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.855)
/* Android */
Color.parseColor("#cf63da")Accessibility — WCAG contrast
Aa
#cf63da on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf63da on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta54.6%
Yellow0.0%
Key (black)14.5%
Color previews
#cf63da text on a black background
contrast 6.45:1
Card sample
#cf63da text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf63da;
Background color
Panel with #cf63da background
background-color: #cf63da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf63da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf63da; background: linear-gradient(135deg, #cf63da, #DA6396);