#cd1acb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 26, 203
HSL
301°, 78%, 45%
CMYK
0, 87, 1, 20
Luminance
0.1803
Every format
| HEX | #cd1acb |
| RGB | rgb(205, 26, 203) |
| HSL | hsl(301, 78%, 45%) |
| CMYK | cmyk(0%, 87%, 1%, 20%) |
| LAB | lab(49.5 80.4 -49.2) |
| LCH | lch(49.5 94.2 328.5) |
| OKLCH | oklch(0.600 0.264 328.8) |
Copy-ready code
/* CSS */
color: #cd1acb;
background-color: #cd1acb;
/* Tailwind (arbitrary) */
class="text-[#cd1acb] bg-[#cd1acb]"
/* SCSS */
$brand: #cd1acb;
/* SwiftUI */
Color(red: 0.804, green: 0.102, blue: 0.796)
/* Android */
Color.parseColor("#cd1acb")Accessibility — WCAG contrast
Aa
#cd1acb on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1acb on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green10.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow1.0%
Key (black)19.6%
Color previews
#cd1acb text on a black background
contrast 4.61:1
Card sample
#cd1acb text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1acb;
Background color
Panel with #cd1acb background
background-color: #cd1acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 26, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 26, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1acb; background: linear-gradient(135deg, #cd1acb, #CD1A54);