#c55fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 95, 223
HSL
288°, 67%, 62%
CMYK
12, 57, 0, 13
Luminance
0.2538
Every format
| HEX | #c55fdf |
| RGB | rgb(197, 95, 223) |
| HSL | hsl(288, 67%, 62%) |
| CMYK | cmyk(12%, 57%, 0%, 13%) |
| LAB | lab(57.5 59.5 -48.1) |
| LCH | lch(57.5 76.5 321.1) |
| OKLCH | oklch(0.658 0.204 319.1) |
Copy-ready code
/* CSS */
color: #c55fdf;
background-color: #c55fdf;
/* Tailwind (arbitrary) */
class="text-[#c55fdf] bg-[#c55fdf]"
/* SCSS */
$brand: #c55fdf;
/* SwiftUI */
Color(red: 0.773, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#c55fdf")Accessibility — WCAG contrast
Aa
#c55fdf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55fdf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green37.3%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c55fdf text on a black background
contrast 6.08:1
Card sample
#c55fdf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55fdf;
Background color
Panel with #c55fdf background
background-color: #c55fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55fdf; background: linear-gradient(135deg, #c55fdf, #DF5FA4);