#cb0fac
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 15, 172
HSL
310°, 86%, 43%
CMYK
0, 93, 15, 20
Luminance
0.1602
Every format
| HEX | #cb0fac |
| RGB | rgb(203, 15, 172) |
| HSL | hsl(310, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 15%, 20%) |
| LAB | lab(47.0 77.2 -35.1) |
| LCH | lch(47.0 84.8 335.5) |
| OKLCH | oklch(0.576 0.248 337.3) |
Copy-ready code
/* CSS */
color: #cb0fac;
background-color: #cb0fac;
/* Tailwind (arbitrary) */
class="text-[#cb0fac] bg-[#cb0fac]"
/* SCSS */
$brand: #cb0fac;
/* SwiftUI */
Color(red: 0.796, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#cb0fac")Accessibility — WCAG contrast
Aa
#cb0fac on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0fac on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow15.3%
Key (black)20.4%
Color previews
#cb0fac text on a black background
contrast 4.20:1
Card sample
#cb0fac text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0fac;
Background color
Panel with #cb0fac background
background-color: #cb0fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0fac; background: linear-gradient(135deg, #cb0fac, #CB0F2F);