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