#cb2fda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 47, 218
HSL
295°, 70%, 52%
CMYK
7, 78, 0, 15
Luminance
0.1979
Every format
| HEX | #cb2fda |
| RGB | rgb(203, 47, 218) |
| HSL | hsl(295, 70%, 52%) |
| CMYK | cmyk(7%, 78%, 0%, 15%) |
| LAB | lab(51.6 77.9 -54.5) |
| LCH | lch(51.6 95.1 325.0) |
| OKLCH | oklch(0.617 0.259 324.1) |
Copy-ready code
/* CSS */
color: #cb2fda;
background-color: #cb2fda;
/* Tailwind (arbitrary) */
class="text-[#cb2fda] bg-[#cb2fda]"
/* SCSS */
$brand: #cb2fda;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#cb2fda")Accessibility — WCAG contrast
Aa
#cb2fda on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2fda on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cb2fda text on a black background
contrast 4.96:1
Card sample
#cb2fda text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2fda;
Background color
Panel with #cb2fda background
background-color: #cb2fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2fda; background: linear-gradient(135deg, #cb2fda, #DA2F77);