#cb2da4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 45, 164
HSL
315°, 64%, 49%
CMYK
0, 78, 19, 20
Luminance
0.1725
Every format
| HEX | #cb2da4 |
| RGB | rgb(203, 45, 164) |
| HSL | hsl(315, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 19%, 20%) |
| LAB | lab(48.6 70.4 -27.9) |
| LCH | lch(48.6 75.8 338.4) |
| OKLCH | oklch(0.587 0.224 340.3) |
Copy-ready code
/* CSS */
color: #cb2da4;
background-color: #cb2da4;
/* Tailwind (arbitrary) */
class="text-[#cb2da4] bg-[#cb2da4]"
/* SCSS */
$brand: #cb2da4;
/* SwiftUI */
Color(red: 0.796, green: 0.176, blue: 0.643)
/* Android */
Color.parseColor("#cb2da4")Accessibility — WCAG contrast
Aa
#cb2da4 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2da4 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow19.2%
Key (black)20.4%
Color previews
#cb2da4 text on a black background
contrast 4.45:1
Card sample
#cb2da4 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2da4;
Background color
Panel with #cb2da4 background
background-color: #cb2da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 45, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 45, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2da4; background: linear-gradient(135deg, #cb2da4, #CB2D3B);