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