#cb2fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 47, 223
HSL
293°, 73%, 53%
CMYK
9, 79, 0, 13
Luminance
0.2006
Every format
| HEX | #cb2fdf |
| RGB | rgb(203, 47, 223) |
| HSL | hsl(293, 73%, 53%) |
| CMYK | cmyk(9%, 79%, 0%, 13%) |
| LAB | lab(51.9 78.7 -56.9) |
| LCH | lch(51.9 97.1 324.2) |
| OKLCH | oklch(0.620 0.263 322.8) |
Copy-ready code
/* CSS */
color: #cb2fdf;
background-color: #cb2fdf;
/* Tailwind (arbitrary) */
class="text-[#cb2fdf] bg-[#cb2fdf]"
/* SCSS */
$brand: #cb2fdf;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#cb2fdf")Accessibility — WCAG contrast
Aa
#cb2fdf on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2fdf on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cb2fdf text on a black background
contrast 5.01:1
Card sample
#cb2fdf text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2fdf;
Background color
Panel with #cb2fdf background
background-color: #cb2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2fdf; background: linear-gradient(135deg, #cb2fdf, #DF2F7E);