#cb2fdc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 47, 220
HSL
294°, 71%, 52%
CMYK
8, 79, 0, 14
Luminance
0.1990
Every format
| HEX | #cb2fdc |
| RGB | rgb(203, 47, 220) |
| HSL | hsl(294, 71%, 52%) |
| CMYK | cmyk(8%, 79%, 0%, 14%) |
| LAB | lab(51.7 78.2 -55.4) |
| LCH | lch(51.7 95.9 324.7) |
| OKLCH | oklch(0.618 0.261 323.5) |
Copy-ready code
/* CSS */
color: #cb2fdc;
background-color: #cb2fdc;
/* Tailwind (arbitrary) */
class="text-[#cb2fdc] bg-[#cb2fdc]"
/* SCSS */
$brand: #cb2fdc;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.863)
/* Android */
Color.parseColor("#cb2fdc")Accessibility — WCAG contrast
Aa
#cb2fdc on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2fdc on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue86.3%
CMYK percentages
Cyan7.7%
Magenta78.6%
Yellow0.0%
Key (black)13.7%
Color previews
#cb2fdc text on a black background
contrast 4.98:1
Card sample
#cb2fdc text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2fdc;
Background color
Panel with #cb2fdc background
background-color: #cb2fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2fdc; background: linear-gradient(135deg, #cb2fdc, #DC2F7A);