#c152af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
193, 82, 175
HSL
310°, 47%, 54%
CMYK
0, 58, 9, 24
Luminance
0.2047
Every format
| HEX | #c152af |
| RGB | rgb(193, 82, 175) |
| HSL | hsl(310, 47%, 54%) |
| CMYK | cmyk(0%, 58%, 9%, 24%) |
| LAB | lab(52.4 55.9 -28.6) |
| LCH | lch(52.4 62.8 332.9) |
| OKLCH | oklch(0.613 0.179 334.3) |
Copy-ready code
/* CSS */
color: #c152af;
background-color: #c152af;
/* Tailwind (arbitrary) */
class="text-[#c152af] bg-[#c152af]"
/* SCSS */
$brand: #c152af;
/* SwiftUI */
Color(red: 0.757, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#c152af")Accessibility — WCAG contrast
Aa
#c152af on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c152af on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green32.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow9.3%
Key (black)24.3%
Color previews
#c152af text on a black background
contrast 5.09:1
Card sample
#c152af text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c152af;
Background color
Panel with #c152af background
background-color: #c152af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c152af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c152af; background: linear-gradient(135deg, #c152af, #C15265);