#cb0fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 15, 186
HSL
305°, 86%, 43%
CMYK
0, 93, 8, 20
Luminance
0.1658
Every format
| HEX | #cb0fba |
| RGB | rgb(203, 15, 186) |
| HSL | hsl(305, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 8%, 20%) |
| LAB | lab(47.7 79.0 -42.2) |
| LCH | lch(47.7 89.6 331.9) |
| OKLCH | oklch(0.584 0.257 333.1) |
Copy-ready code
/* CSS */
color: #cb0fba;
background-color: #cb0fba;
/* Tailwind (arbitrary) */
class="text-[#cb0fba] bg-[#cb0fba]"
/* SCSS */
$brand: #cb0fba;
/* SwiftUI */
Color(red: 0.796, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#cb0fba")Accessibility — WCAG contrast
Aa
#cb0fba on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0fba on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow8.4%
Key (black)20.4%
Color previews
#cb0fba text on a black background
contrast 4.32:1
Card sample
#cb0fba text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0fba;
Background color
Panel with #cb0fba background
background-color: #cb0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0fba; background: linear-gradient(135deg, #cb0fba, #CB0F3D);