#cb17af
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 23, 175
HSL
309°, 80%, 44%
CMYK
0, 89, 14, 20
Luminance
0.1640
Every format
| HEX | #cb17af |
| RGB | rgb(203, 23, 175) |
| HSL | hsl(309, 80%, 44%) |
| CMYK | cmyk(0%, 89%, 14%, 20%) |
| LAB | lab(47.5 76.5 -36.1) |
| LCH | lch(47.5 84.6 334.8) |
| OKLCH | oklch(0.581 0.246 336.4) |
Copy-ready code
/* CSS */
color: #cb17af;
background-color: #cb17af;
/* Tailwind (arbitrary) */
class="text-[#cb17af] bg-[#cb17af]"
/* SCSS */
$brand: #cb17af;
/* SwiftUI */
Color(red: 0.796, green: 0.090, blue: 0.686)
/* Android */
Color.parseColor("#cb17af")Accessibility — WCAG contrast
Aa
#cb17af on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb17af on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green9.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow13.8%
Key (black)20.4%
Color previews
#cb17af text on a black background
contrast 4.28:1
Card sample
#cb17af text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb17af;
Background color
Panel with #cb17af background
background-color: #cb17af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb17af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 23, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 23, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb17af; background: linear-gradient(135deg, #cb17af, #CB1737);