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