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