#cb52cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 82, 207
HSL
298°, 57%, 57%
CMYK
2, 60, 0, 19
Luminance
0.2324
Every format
| HEX | #cb52cf |
| RGB | rgb(203, 82, 207) |
| HSL | hsl(298, 57%, 57%) |
| CMYK | cmyk(2%, 60%, 0%, 19%) |
| LAB | lab(55.3 63.9 -42.3) |
| LCH | lch(55.3 76.6 326.5) |
| OKLCH | oklch(0.642 0.211 326.4) |
Copy-ready code
/* CSS */
color: #cb52cf;
background-color: #cb52cf;
/* Tailwind (arbitrary) */
class="text-[#cb52cf] bg-[#cb52cf]"
/* SCSS */
$brand: #cb52cf;
/* SwiftUI */
Color(red: 0.796, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#cb52cf")Accessibility — WCAG contrast
Aa
#cb52cf on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb52cf on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green32.2%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cb52cf text on a black background
contrast 5.65:1
Card sample
#cb52cf text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb52cf;
Background color
Panel with #cb52cf background
background-color: #cb52cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb52cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb52cf; background: linear-gradient(135deg, #cb52cf, #CF5280);