#c55fac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 95, 172
HSL
315°, 47%, 57%
CMYK
0, 52, 13, 23
Luminance
0.2303
Every format
| HEX | #c55fac |
| RGB | rgb(197, 95, 172) |
| HSL | hsl(315, 47%, 57%) |
| CMYK | cmyk(0%, 52%, 13%, 23%) |
| LAB | lab(55.1 50.4 -22.6) |
| LCH | lch(55.1 55.2 335.9) |
| OKLCH | oklch(0.634 0.159 337.6) |
Copy-ready code
/* CSS */
color: #c55fac;
background-color: #c55fac;
/* Tailwind (arbitrary) */
class="text-[#c55fac] bg-[#c55fac]"
/* SCSS */
$brand: #c55fac;
/* SwiftUI */
Color(red: 0.773, green: 0.373, blue: 0.675)
/* Android */
Color.parseColor("#c55fac")Accessibility — WCAG contrast
Aa
#c55fac on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55fac on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green37.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow12.7%
Key (black)22.7%
Color previews
#c55fac text on a black background
contrast 5.61:1
Card sample
#c55fac text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55fac;
Background color
Panel with #c55fac background
background-color: #c55fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 95, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 95, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55fac; background: linear-gradient(135deg, #c55fac, #C55F68);