#cb1cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 28, 223
HSL
294°, 78%, 49%
CMYK
9, 87, 0, 13
Luminance
0.1885
Every format
| HEX | #cb1cdf |
| RGB | rgb(203, 28, 223) |
| HSL | hsl(294, 78%, 49%) |
| CMYK | cmyk(9%, 87%, 0%, 13%) |
| LAB | lab(50.5 82.8 -59.1) |
| LCH | lch(50.5 101.7 324.5) |
| OKLCH | oklch(0.611 0.276 323.1) |
Copy-ready code
/* CSS */
color: #cb1cdf;
background-color: #cb1cdf;
/* Tailwind (arbitrary) */
class="text-[#cb1cdf] bg-[#cb1cdf]"
/* SCSS */
$brand: #cb1cdf;
/* SwiftUI */
Color(red: 0.796, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#cb1cdf")Accessibility — WCAG contrast
Aa
#cb1cdf on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb1cdf on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green11.0%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cb1cdf text on a black background
contrast 4.77:1
Card sample
#cb1cdf text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1cdf;
Background color
Panel with #cb1cdf background
background-color: #cb1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1cdf; background: linear-gradient(135deg, #cb1cdf, #DF1C71);