#cb3fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 63, 207
HSL
298°, 60%, 53%
CMYK
2, 70, 0, 19
Luminance
0.2076
Every format
| HEX | #cb3fcf |
| RGB | rgb(203, 63, 207) |
| HSL | hsl(298, 60%, 53%) |
| CMYK | cmyk(2%, 70%, 0%, 19%) |
| LAB | lab(52.7 71.2 -46.5) |
| LCH | lch(52.7 85.0 326.9) |
| OKLCH | oklch(0.623 0.235 326.8) |
Copy-ready code
/* CSS */
color: #cb3fcf;
background-color: #cb3fcf;
/* Tailwind (arbitrary) */
class="text-[#cb3fcf] bg-[#cb3fcf]"
/* SCSS */
$brand: #cb3fcf;
/* SwiftUI */
Color(red: 0.796, green: 0.247, blue: 0.812)
/* Android */
Color.parseColor("#cb3fcf")Accessibility — WCAG contrast
Aa
#cb3fcf on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3fcf on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green24.7%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta69.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cb3fcf text on a black background
contrast 5.15:1
Card sample
#cb3fcf text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3fcf;
Background color
Panel with #cb3fcf background
background-color: #cb3fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 63, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 63, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3fcf; background: linear-gradient(135deg, #cb3fcf, #CF3F73);