#c177df
a light, vivid violet · warm · closest name: orchid
RGB
193, 119, 223
HSL
283°, 62%, 67%
CMYK
14, 47, 0, 13
Luminance
0.2986
Every format
| HEX | #c177df |
| RGB | rgb(193, 119, 223) |
| HSL | hsl(283, 62%, 67%) |
| CMYK | cmyk(14%, 47%, 0%, 13%) |
| LAB | lab(61.5 46.4 -41.6) |
| LCH | lch(61.5 62.3 318.1) |
| OKLCH | oklch(0.688 0.165 315.5) |
Copy-ready code
/* CSS */
color: #c177df;
background-color: #c177df;
/* Tailwind (arbitrary) */
class="text-[#c177df] bg-[#c177df]"
/* SCSS */
$brand: #c177df;
/* SwiftUI */
Color(red: 0.757, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#c177df")Accessibility — WCAG contrast
Aa
#c177df on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c177df on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green46.7%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c177df text on a black background
contrast 6.97:1
Card sample
#c177df text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c177df;
Background color
Panel with #c177df background
background-color: #c177df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c177df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c177df; background: linear-gradient(135deg, #c177df, #DF77B8);