#cb18be
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 24, 190
HSL
304°, 79%, 45%
CMYK
0, 88, 6, 20
Luminance
0.1707
Every format
| HEX | #cb18be |
| RGB | rgb(203, 24, 190) |
| HSL | hsl(304, 79%, 45%) |
| CMYK | cmyk(0%, 88%, 6%, 20%) |
| LAB | lab(48.4 78.4 -43.6) |
| LCH | lch(48.4 89.7 331.0) |
| OKLCH | oklch(0.589 0.255 331.9) |
Copy-ready code
/* CSS */
color: #cb18be;
background-color: #cb18be;
/* Tailwind (arbitrary) */
class="text-[#cb18be] bg-[#cb18be]"
/* SCSS */
$brand: #cb18be;
/* SwiftUI */
Color(red: 0.796, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#cb18be")Accessibility — WCAG contrast
Aa
#cb18be on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb18be on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green9.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow6.4%
Key (black)20.4%
Color previews
#cb18be text on a black background
contrast 4.41:1
Card sample
#cb18be text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb18be;
Background color
Panel with #cb18be background
background-color: #cb18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb18be; background: linear-gradient(135deg, #cb18be, #CB1846);