#cb0cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 12, 223
HSL
294°, 90%, 46%
CMYK
9, 95, 0, 13
Luminance
0.1829
Every format
| HEX | #cb0cdf |
| RGB | rgb(203, 12, 223) |
| HSL | hsl(294, 90%, 46%) |
| CMYK | cmyk(9%, 95%, 0%, 13%) |
| LAB | lab(49.9 84.8 -60.2) |
| LCH | lch(49.9 104.0 324.6) |
| OKLCH | oklch(0.606 0.282 323.2) |
Copy-ready code
/* CSS */
color: #cb0cdf;
background-color: #cb0cdf;
/* Tailwind (arbitrary) */
class="text-[#cb0cdf] bg-[#cb0cdf]"
/* SCSS */
$brand: #cb0cdf;
/* SwiftUI */
Color(red: 0.796, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#cb0cdf")Accessibility — WCAG contrast
Aa
#cb0cdf on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0cdf on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cb0cdf text on a black background
contrast 4.66:1
Card sample
#cb0cdf text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0cdf;
Background color
Panel with #cb0cdf background
background-color: #cb0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0cdf; background: linear-gradient(135deg, #cb0cdf, #DF0C66);