#cf53cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 83, 203
HSL
302°, 56%, 57%
CMYK
0, 60, 2, 19
Luminance
0.2376
Every format
| HEX | #cf53cb |
| RGB | rgb(207, 83, 203) |
| HSL | hsl(302, 56%, 57%) |
| CMYK | cmyk(0%, 60%, 2%, 19%) |
| LAB | lab(55.9 63.7 -39.2) |
| LCH | lch(55.9 74.8 328.4) |
| OKLCH | oklch(0.646 0.209 329.0) |
Copy-ready code
/* CSS */
color: #cf53cb;
background-color: #cf53cb;
/* Tailwind (arbitrary) */
class="text-[#cf53cb] bg-[#cf53cb]"
/* SCSS */
$brand: #cf53cb;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.796)
/* Android */
Color.parseColor("#cf53cb")Accessibility — WCAG contrast
Aa
#cf53cb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53cb on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow1.9%
Key (black)18.8%
Color previews
#cf53cb text on a black background
contrast 5.75:1
Card sample
#cf53cb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53cb;
Background color
Panel with #cf53cb background
background-color: #cf53cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53cb; background: linear-gradient(135deg, #cf53cb, #CF5379);