#cf53ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 83, 171
HSL
317°, 56%, 57%
CMYK
0, 60, 17, 19
Luminance
0.2239
Every format
| HEX | #cf53ab |
| RGB | rgb(207, 83, 171) |
| HSL | hsl(317, 56%, 57%) |
| CMYK | cmyk(0%, 60%, 17%, 19%) |
| LAB | lab(54.4 58.7 -22.9) |
| LCH | lch(54.4 63.0 338.7) |
| OKLCH | oklch(0.631 0.185 340.6) |
Copy-ready code
/* CSS */
color: #cf53ab;
background-color: #cf53ab;
/* Tailwind (arbitrary) */
class="text-[#cf53ab] bg-[#cf53ab]"
/* SCSS */
$brand: #cf53ab;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.671)
/* Android */
Color.parseColor("#cf53ab")Accessibility — WCAG contrast
Aa
#cf53ab on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53ab on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow17.4%
Key (black)18.8%
Color previews
#cf53ab text on a black background
contrast 5.48:1
Card sample
#cf53ab text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53ab;
Background color
Panel with #cf53ab background
background-color: #cf53ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53ab; background: linear-gradient(135deg, #cf53ab, #CF5358);