#cb16cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 22, 207
HSL
299°, 81%, 45%
CMYK
2, 89, 0, 19
Luminance
0.1778
Every format
| HEX | #cb16cf |
| RGB | rgb(203, 22, 207) |
| HSL | hsl(299, 81%, 45%) |
| CMYK | cmyk(2%, 89%, 0%, 19%) |
| LAB | lab(49.2 81.2 -52.0) |
| LCH | lch(49.2 96.4 327.4) |
| OKLCH | oklch(0.598 0.268 327.2) |
Copy-ready code
/* CSS */
color: #cb16cf;
background-color: #cb16cf;
/* Tailwind (arbitrary) */
class="text-[#cb16cf] bg-[#cb16cf]"
/* SCSS */
$brand: #cb16cf;
/* SwiftUI */
Color(red: 0.796, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#cb16cf")Accessibility — WCAG contrast
Aa
#cb16cf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb16cf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green8.6%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cb16cf text on a black background
contrast 4.56:1
Card sample
#cb16cf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb16cf;
Background color
Panel with #cb16cf background
background-color: #cb16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb16cf; background: linear-gradient(135deg, #cb16cf, #CF1658);