#cb2dce
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 45, 206
HSL
299°, 64%, 49%
CMYK
2, 78, 0, 19
Luminance
0.1903
Every format
| HEX | #cb2dce |
| RGB | rgb(203, 45, 206) |
| HSL | hsl(299, 64%, 49%) |
| CMYK | cmyk(2%, 78%, 0%, 19%) |
| LAB | lab(50.7 76.5 -49.0) |
| LCH | lch(50.7 90.9 327.3) |
| OKLCH | oklch(0.609 0.252 327.3) |
Copy-ready code
/* CSS */
color: #cb2dce;
background-color: #cb2dce;
/* Tailwind (arbitrary) */
class="text-[#cb2dce] bg-[#cb2dce]"
/* SCSS */
$brand: #cb2dce;
/* SwiftUI */
Color(red: 0.796, green: 0.176, blue: 0.808)
/* Android */
Color.parseColor("#cb2dce")Accessibility — WCAG contrast
Aa
#cb2dce on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2dce on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.6%
Blue80.8%
CMYK percentages
Cyan1.5%
Magenta78.2%
Yellow0.0%
Key (black)19.2%
Color previews
#cb2dce text on a black background
contrast 4.81:1
Card sample
#cb2dce text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2dce;
Background color
Panel with #cb2dce background
background-color: #cb2dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 45, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 45, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2dce; background: linear-gradient(135deg, #cb2dce, #CE2D66);