#cb13af
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 19, 175
HSL
309°, 83%, 44%
CMYK
0, 91, 14, 20
Luminance
0.1626
Every format
| HEX | #cb13af |
| RGB | rgb(203, 19, 175) |
| HSL | hsl(309, 83%, 44%) |
| CMYK | cmyk(0%, 91%, 14%, 20%) |
| LAB | lab(47.3 77.1 -36.4) |
| LCH | lch(47.3 85.3 334.7) |
| OKLCH | oklch(0.579 0.248 336.4) |
Copy-ready code
/* CSS */
color: #cb13af;
background-color: #cb13af;
/* Tailwind (arbitrary) */
class="text-[#cb13af] bg-[#cb13af]"
/* SCSS */
$brand: #cb13af;
/* SwiftUI */
Color(red: 0.796, green: 0.075, blue: 0.686)
/* Android */
Color.parseColor("#cb13af")Accessibility — WCAG contrast
Aa
#cb13af on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb13af on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green7.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow13.8%
Key (black)20.4%
Color previews
#cb13af text on a black background
contrast 4.25:1
Card sample
#cb13af text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb13af;
Background color
Panel with #cb13af background
background-color: #cb13af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb13af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 19, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 19, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb13af; background: linear-gradient(135deg, #cb13af, #CB1334);