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