#c55fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 95, 207
HSL
295°, 54%, 59%
CMYK
5, 54, 0, 19
Luminance
0.2456
Every format
| HEX | #c55fcf |
| RGB | rgb(197, 95, 207) |
| HSL | hsl(295, 54%, 59%) |
| CMYK | cmyk(5%, 54%, 0%, 19%) |
| LAB | lab(56.6 56.4 -40.3) |
| LCH | lch(56.6 69.3 324.5) |
| OKLCH | oklch(0.650 0.189 324.0) |
Copy-ready code
/* CSS */
color: #c55fcf;
background-color: #c55fcf;
/* Tailwind (arbitrary) */
class="text-[#c55fcf] bg-[#c55fcf]"
/* SCSS */
$brand: #c55fcf;
/* SwiftUI */
Color(red: 0.773, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#c55fcf")Accessibility — WCAG contrast
Aa
#c55fcf on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55fcf on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green37.3%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta54.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c55fcf text on a black background
contrast 5.91:1
Card sample
#c55fcf text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55fcf;
Background color
Panel with #c55fcf background
background-color: #c55fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55fcf; background: linear-gradient(135deg, #c55fcf, #CF5F8E);