#cf52bc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 82, 188
HSL
309°, 57%, 57%
CMYK
0, 60, 9, 19
Luminance
0.2293
Every format
| HEX | #cf52bc |
| RGB | rgb(207, 82, 188) |
| HSL | hsl(309, 57%, 57%) |
| CMYK | cmyk(0%, 60%, 9%, 19%) |
| LAB | lab(55.0 61.7 -31.9) |
| LCH | lch(55.0 69.5 332.7) |
| OKLCH | oklch(0.638 0.199 334.0) |
Copy-ready code
/* CSS */
color: #cf52bc;
background-color: #cf52bc;
/* Tailwind (arbitrary) */
class="text-[#cf52bc] bg-[#cf52bc]"
/* SCSS */
$brand: #cf52bc;
/* SwiftUI */
Color(red: 0.812, green: 0.322, blue: 0.737)
/* Android */
Color.parseColor("#cf52bc")Accessibility — WCAG contrast
Aa
#cf52bc on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf52bc on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow9.2%
Key (black)18.8%
Color previews
#cf52bc text on a black background
contrast 5.59:1
Card sample
#cf52bc text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf52bc;
Background color
Panel with #cf52bc background
background-color: #cf52bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf52bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 82, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 82, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf52bc; background: linear-gradient(135deg, #cf52bc, #CF5269);