#c55eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 94, 178
HSL
311°, 47%, 57%
CMYK
0, 52, 10, 23
Luminance
0.2309
Every format
| HEX | #c55eb2 |
| RGB | rgb(197, 94, 178) |
| HSL | hsl(311, 47%, 57%) |
| CMYK | cmyk(0%, 52%, 10%, 23%) |
| LAB | lab(55.2 51.9 -26.0) |
| LCH | lch(55.2 58.0 333.4) |
| OKLCH | oklch(0.635 0.166 334.9) |
Copy-ready code
/* CSS */
color: #c55eb2;
background-color: #c55eb2;
/* Tailwind (arbitrary) */
class="text-[#c55eb2] bg-[#c55eb2]"
/* SCSS */
$brand: #c55eb2;
/* SwiftUI */
Color(red: 0.773, green: 0.369, blue: 0.698)
/* Android */
Color.parseColor("#c55eb2")Accessibility — WCAG contrast
Aa
#c55eb2 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55eb2 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green36.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow9.6%
Key (black)22.7%
Color previews
#c55eb2 text on a black background
contrast 5.62:1
Card sample
#c55eb2 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55eb2;
Background color
Panel with #c55eb2 background
background-color: #c55eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 94, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 94, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55eb2; background: linear-gradient(135deg, #c55eb2, #C55E6D);