#cf528d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 82, 141
HSL
332°, 57%, 57%
CMYK
0, 60, 32, 19
Luminance
0.2122
Every format
| HEX | #cf528d |
| RGB | rgb(207, 82, 141) |
| HSL | hsl(332, 57%, 57%) |
| CMYK | cmyk(0%, 60%, 32%, 19%) |
| LAB | lab(53.2 55.1 -7.2) |
| LCH | lch(53.2 55.6 352.6) |
| OKLCH | oklch(0.619 0.169 353.8) |
Copy-ready code
/* CSS */
color: #cf528d;
background-color: #cf528d;
/* Tailwind (arbitrary) */
class="text-[#cf528d] bg-[#cf528d]"
/* SCSS */
$brand: #cf528d;
/* SwiftUI */
Color(red: 0.812, green: 0.322, blue: 0.553)
/* Android */
Color.parseColor("#cf528d")Accessibility — WCAG contrast
Aa
#cf528d on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf528d on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.2%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow31.9%
Key (black)18.8%
Color previews
#cf528d text on a black background
contrast 5.24:1
Card sample
#cf528d text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf528d;
Background color
Panel with #cf528d background
background-color: #cf528d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf528d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 82, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 82, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf528d; background: linear-gradient(135deg, #cf528d, #CF6A52);