#cb0baf
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 11, 175
HSL
309°, 90%, 42%
CMYK
0, 95, 14, 20
Luminance
0.1603
Every format
| HEX | #cb0baf |
| RGB | rgb(203, 11, 175) |
| HSL | hsl(309, 90%, 42%) |
| CMYK | cmyk(0%, 95%, 14%, 20%) |
| LAB | lab(47.0 78.0 -36.9) |
| LCH | lch(47.0 86.2 334.7) |
| OKLCH | oklch(0.577 0.251 336.3) |
Copy-ready code
/* CSS */
color: #cb0baf;
background-color: #cb0baf;
/* Tailwind (arbitrary) */
class="text-[#cb0baf] bg-[#cb0baf]"
/* SCSS */
$brand: #cb0baf;
/* SwiftUI */
Color(red: 0.796, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#cb0baf")Accessibility — WCAG contrast
Aa
#cb0baf on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0baf on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green4.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow13.8%
Key (black)20.4%
Color previews
#cb0baf text on a black background
contrast 4.21:1
Card sample
#cb0baf text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0baf;
Background color
Panel with #cb0baf background
background-color: #cb0baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0baf; background: linear-gradient(135deg, #cb0baf, #CB0B2F);