#c757ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 87, 171
HSL
315°, 50%, 56%
CMYK
0, 56, 14, 22
Luminance
0.2190
Every format
| HEX | #c757ab |
| RGB | rgb(199, 87, 171) |
| HSL | hsl(315, 50%, 56%) |
| CMYK | cmyk(0%, 56%, 14%, 22%) |
| LAB | lab(53.9 54.6 -23.8) |
| LCH | lch(53.9 59.6 336.5) |
| OKLCH | oklch(0.625 0.173 338.2) |
Copy-ready code
/* CSS */
color: #c757ab;
background-color: #c757ab;
/* Tailwind (arbitrary) */
class="text-[#c757ab] bg-[#c757ab]"
/* SCSS */
$brand: #c757ab;
/* SwiftUI */
Color(red: 0.780, green: 0.341, blue: 0.671)
/* Android */
Color.parseColor("#c757ab")Accessibility — WCAG contrast
Aa
#c757ab on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c757ab on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green34.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow14.1%
Key (black)22.0%
Color previews
#c757ab text on a black background
contrast 5.38:1
Card sample
#c757ab text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c757ab;
Background color
Panel with #c757ab background
background-color: #c757ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c757ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 87, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 87, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c757ab; background: linear-gradient(135deg, #c757ab, #C75760);