#cb3cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 60, 223
HSL
293°, 72%, 56%
CMYK
9, 73, 0, 13
Luminance
0.2126
Every format
| HEX | #cb3cdf |
| RGB | rgb(203, 60, 223) |
| HSL | hsl(293, 72%, 56%) |
| CMYK | cmyk(9%, 73%, 0%, 13%) |
| LAB | lab(53.2 74.9 -54.7) |
| LCH | lch(53.2 92.8 323.8) |
| OKLCH | oklch(0.630 0.251 322.5) |
Copy-ready code
/* CSS */
color: #cb3cdf;
background-color: #cb3cdf;
/* Tailwind (arbitrary) */
class="text-[#cb3cdf] bg-[#cb3cdf]"
/* SCSS */
$brand: #cb3cdf;
/* SwiftUI */
Color(red: 0.796, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#cb3cdf")Accessibility — WCAG contrast
Aa
#cb3cdf on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3cdf on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green23.5%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cb3cdf text on a black background
contrast 5.25:1
Card sample
#cb3cdf text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3cdf;
Background color
Panel with #cb3cdf background
background-color: #cb3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3cdf; background: linear-gradient(135deg, #cb3cdf, #DF3C86);