#cf528b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 82, 139
HSL
333°, 57%, 57%
CMYK
0, 60, 33, 19
Luminance
0.2116
Every format
| HEX | #cf528b |
| RGB | rgb(207, 82, 139) |
| HSL | hsl(333, 57%, 57%) |
| CMYK | cmyk(0%, 60%, 33%, 19%) |
| LAB | lab(53.1 54.9 -6.1) |
| LCH | lch(53.1 55.2 353.7) |
| OKLCH | oklch(0.618 0.168 354.8) |
Copy-ready code
/* CSS */
color: #cf528b;
background-color: #cf528b;
/* Tailwind (arbitrary) */
class="text-[#cf528b] bg-[#cf528b]"
/* SCSS */
$brand: #cf528b;
/* SwiftUI */
Color(red: 0.812, green: 0.322, blue: 0.545)
/* Android */
Color.parseColor("#cf528b")Accessibility — WCAG contrast
Aa
#cf528b on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf528b on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.2%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow32.9%
Key (black)18.8%
Color previews
#cf528b text on a black background
contrast 5.23:1
Card sample
#cf528b text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf528b;
Background color
Panel with #cf528b background
background-color: #cf528b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf528b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 82, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 82, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf528b; background: linear-gradient(135deg, #cf528b, #CF6C52);