#cb18ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 24, 206
HSL
299°, 79%, 45%
CMYK
2, 88, 0, 19
Luminance
0.1781
Every format
| HEX | #cb18ce |
| RGB | rgb(203, 24, 206) |
| HSL | hsl(299, 79%, 45%) |
| CMYK | cmyk(2%, 88%, 0%, 19%) |
| LAB | lab(49.3 80.8 -51.4) |
| LCH | lch(49.3 95.7 327.5) |
| OKLCH | oklch(0.598 0.266 327.5) |
Copy-ready code
/* CSS */
color: #cb18ce;
background-color: #cb18ce;
/* Tailwind (arbitrary) */
class="text-[#cb18ce] bg-[#cb18ce]"
/* SCSS */
$brand: #cb18ce;
/* SwiftUI */
Color(red: 0.796, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#cb18ce")Accessibility — WCAG contrast
Aa
#cb18ce on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb18ce on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green9.4%
Blue80.8%
CMYK percentages
Cyan1.5%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#cb18ce text on a black background
contrast 4.56:1
Card sample
#cb18ce text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb18ce;
Background color
Panel with #cb18ce background
background-color: #cb18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb18ce; background: linear-gradient(135deg, #cb18ce, #CE1858);