#c258ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 88, 171
HSL
313°, 47%, 55%
CMYK
0, 55, 12, 24
Luminance
0.2139
Every format
| HEX | #c258ab |
| RGB | rgb(194, 88, 171) |
| HSL | hsl(313, 47%, 55%) |
| CMYK | cmyk(0%, 55%, 12%, 24%) |
| LAB | lab(53.4 52.7 -24.7) |
| LCH | lch(53.4 58.2 334.9) |
| OKLCH | oklch(0.620 0.168 336.5) |
Copy-ready code
/* CSS */
color: #c258ab;
background-color: #c258ab;
/* Tailwind (arbitrary) */
class="text-[#c258ab] bg-[#c258ab]"
/* SCSS */
$brand: #c258ab;
/* SwiftUI */
Color(red: 0.761, green: 0.345, blue: 0.671)
/* Android */
Color.parseColor("#c258ab")Accessibility — WCAG contrast
Aa
#c258ab on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c258ab on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green34.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow11.9%
Key (black)23.9%
Color previews
#c258ab text on a black background
contrast 5.28:1
Card sample
#c258ab text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c258ab;
Background color
Panel with #c258ab background
background-color: #c258ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c258ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 88, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 88, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c258ab; background: linear-gradient(135deg, #c258ab, #C25864);