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