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