#cb2dad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 45, 173
HSL
311°, 64%, 49%
CMYK
0, 78, 15, 20
Luminance
0.1759
Every format
| HEX | #cb2dad |
| RGB | rgb(203, 45, 173) |
| HSL | hsl(311, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 15%, 20%) |
| LAB | lab(49.0 71.6 -32.6) |
| LCH | lch(49.0 78.7 335.6) |
| OKLCH | oklch(0.591 0.229 337.3) |
Copy-ready code
/* CSS */
color: #cb2dad;
background-color: #cb2dad;
/* Tailwind (arbitrary) */
class="text-[#cb2dad] bg-[#cb2dad]"
/* SCSS */
$brand: #cb2dad;
/* SwiftUI */
Color(red: 0.796, green: 0.176, blue: 0.678)
/* Android */
Color.parseColor("#cb2dad")Accessibility — WCAG contrast
Aa
#cb2dad on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2dad on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow14.8%
Key (black)20.4%
Color previews
#cb2dad text on a black background
contrast 4.52:1
Card sample
#cb2dad text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2dad;
Background color
Panel with #cb2dad background
background-color: #cb2dad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2dad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 45, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 45, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2dad; background: linear-gradient(135deg, #cb2dad, #CB2D44);