#c174eb
a light, vivid violet · warm · closest name: orchid
RGB
193, 116, 235
HSL
279°, 75%, 69%
CMYK
18, 51, 0, 8
Luminance
0.2983
Every format
| HEX | #c174eb |
| RGB | rgb(193, 116, 235) |
| HSL | hsl(279, 75%, 69%) |
| CMYK | cmyk(18%, 51%, 0%, 8%) |
| LAB | lab(61.5 50.5 -48.4) |
| LCH | lch(61.5 69.9 316.2) |
| OKLCH | oklch(0.689 0.183 312.4) |
Copy-ready code
/* CSS */
color: #c174eb;
background-color: #c174eb;
/* Tailwind (arbitrary) */
class="text-[#c174eb] bg-[#c174eb]"
/* SCSS */
$brand: #c174eb;
/* SwiftUI */
Color(red: 0.757, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#c174eb")Accessibility — WCAG contrast
Aa
#c174eb on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c174eb on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green45.5%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c174eb text on a black background
contrast 6.97:1
Card sample
#c174eb text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c174eb;
Background color
Panel with #c174eb background
background-color: #c174eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c174eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c174eb; background: linear-gradient(135deg, #c174eb, #EB74C6);