#cb3bcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 59, 207
HSL
298°, 61%, 52%
CMYK
2, 72, 0, 19
Luminance
0.2033
Every format
| HEX | #cb3bcf |
| RGB | rgb(203, 59, 207) |
| HSL | hsl(298, 61%, 52%) |
| CMYK | cmyk(2%, 72%, 0%, 19%) |
| LAB | lab(52.2 72.6 -47.2) |
| LCH | lch(52.2 86.6 326.9) |
| OKLCH | oklch(0.620 0.240 326.8) |
Copy-ready code
/* CSS */
color: #cb3bcf;
background-color: #cb3bcf;
/* Tailwind (arbitrary) */
class="text-[#cb3bcf] bg-[#cb3bcf]"
/* SCSS */
$brand: #cb3bcf;
/* SwiftUI */
Color(red: 0.796, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#cb3bcf")Accessibility — WCAG contrast
Aa
#cb3bcf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3bcf on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green23.1%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta71.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cb3bcf text on a black background
contrast 5.07:1
Card sample
#cb3bcf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3bcf;
Background color
Panel with #cb3bcf background
background-color: #cb3bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3bcf; background: linear-gradient(135deg, #cb3bcf, #CF3B70);