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