#cb2acd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 42, 205
HSL
299°, 66%, 48%
CMYK
1, 80, 0, 20
Luminance
0.1876
Every format
| HEX | #cb2acd |
| RGB | rgb(203, 42, 205) |
| HSL | hsl(299, 66%, 48%) |
| CMYK | cmyk(1%, 80%, 0%, 20%) |
| LAB | lab(50.4 77.1 -49.0) |
| LCH | lch(50.4 91.3 327.6) |
| OKLCH | oklch(0.606 0.254 327.6) |
Copy-ready code
/* CSS */
color: #cb2acd;
background-color: #cb2acd;
/* Tailwind (arbitrary) */
class="text-[#cb2acd] bg-[#cb2acd]"
/* SCSS */
$brand: #cb2acd;
/* SwiftUI */
Color(red: 0.796, green: 0.165, blue: 0.804)
/* Android */
Color.parseColor("#cb2acd")Accessibility — WCAG contrast
Aa
#cb2acd on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2acd on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green16.5%
Blue80.4%
CMYK percentages
Cyan1.0%
Magenta79.5%
Yellow0.0%
Key (black)19.6%
Color previews
#cb2acd text on a black background
contrast 4.75:1
Card sample
#cb2acd text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2acd;
Background color
Panel with #cb2acd background
background-color: #cb2acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 42, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 42, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2acd; background: linear-gradient(135deg, #cb2acd, #CD2A62);