#c109b0
a dark, electric magenta / pink · warm · closest name: purple
RGB
193, 9, 176
HSL
306°, 91%, 40%
CMYK
0, 95, 9, 24
Luminance
0.1467
Every format
| HEX | #c109b0 |
| RGB | rgb(193, 9, 176) |
| HSL | hsl(306, 91%, 40%) |
| CMYK | cmyk(0%, 95%, 9%, 24%) |
| LAB | lab(45.2 76.5 -40.5) |
| LCH | lch(45.2 86.5 332.1) |
| OKLCH | oklch(0.561 0.248 333.3) |
Copy-ready code
/* CSS */
color: #c109b0;
background-color: #c109b0;
/* Tailwind (arbitrary) */
class="text-[#c109b0] bg-[#c109b0]"
/* SCSS */
$brand: #c109b0;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.690)
/* Android */
Color.parseColor("#c109b0")Accessibility — WCAG contrast
Aa
#c109b0 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c109b0 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow8.8%
Key (black)24.3%
Color previews
#c109b0 text on a black background
contrast 3.93:1
Card sample
#c109b0 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c109b0;
Background color
Panel with #c109b0 background
background-color: #c109b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c109b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c109b0; background: linear-gradient(135deg, #c109b0, #C10935);