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