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