#cf53ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 83, 186
HSL
310°, 56%, 57%
CMYK
0, 60, 10, 19
Luminance
0.2300
Every format
| HEX | #cf53ba |
| RGB | rgb(207, 83, 186) |
| HSL | hsl(310, 56%, 57%) |
| CMYK | cmyk(0%, 60%, 10%, 19%) |
| LAB | lab(55.1 61.0 -30.6) |
| LCH | lch(55.1 68.2 333.3) |
| OKLCH | oklch(0.638 0.196 334.8) |
Copy-ready code
/* CSS */
color: #cf53ba;
background-color: #cf53ba;
/* Tailwind (arbitrary) */
class="text-[#cf53ba] bg-[#cf53ba]"
/* SCSS */
$brand: #cf53ba;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.729)
/* Android */
Color.parseColor("#cf53ba")Accessibility — WCAG contrast
Aa
#cf53ba on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53ba on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow10.1%
Key (black)18.8%
Color previews
#cf53ba text on a black background
contrast 5.60:1
Card sample
#cf53ba text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53ba;
Background color
Panel with #cf53ba background
background-color: #cf53ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53ba; background: linear-gradient(135deg, #cf53ba, #CF5367);