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