#cb13cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 19, 207
HSL
299°, 83%, 44%
CMYK
2, 91, 0, 19
Luminance
0.1767
Every format
| HEX | #cb13cf |
| RGB | rgb(203, 19, 207) |
| HSL | hsl(299, 83%, 44%) |
| CMYK | cmyk(2%, 91%, 0%, 19%) |
| LAB | lab(49.1 81.6 -52.2) |
| LCH | lch(49.1 96.9 327.4) |
| OKLCH | oklch(0.597 0.269 327.2) |
Copy-ready code
/* CSS */
color: #cb13cf;
background-color: #cb13cf;
/* Tailwind (arbitrary) */
class="text-[#cb13cf] bg-[#cb13cf]"
/* SCSS */
$brand: #cb13cf;
/* SwiftUI */
Color(red: 0.796, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#cb13cf")Accessibility — WCAG contrast
Aa
#cb13cf on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb13cf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green7.5%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cb13cf text on a black background
contrast 4.53:1
Card sample
#cb13cf text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb13cf;
Background color
Panel with #cb13cf background
background-color: #cb13cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb13cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb13cf; background: linear-gradient(135deg, #cb13cf, #CF1356);