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