#c192ff
a light, electric violet · warm · closest name: violet
RGB
193, 146, 255
HSL
266°, 100%, 79%
CMYK
24, 43, 0, 0
Luminance
0.3912
Every format
| HEX | #c192ff |
| RGB | rgb(193, 146, 255) |
| HSL | hsl(266, 100%, 79%) |
| CMYK | cmyk(24%, 43%, 0%, 0%) |
| LAB | lab(68.8 38.8 -47.8) |
| LCH | lch(68.8 61.6 309.1) |
| OKLCH | oklch(0.747 0.159 302.6) |
Copy-ready code
/* CSS */
color: #c192ff;
background-color: #c192ff;
/* Tailwind (arbitrary) */
class="text-[#c192ff] bg-[#c192ff]"
/* SCSS */
$brand: #c192ff;
/* SwiftUI */
Color(red: 0.757, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#c192ff")Accessibility — WCAG contrast
Aa
#c192ff on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c192ff on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green57.3%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c192ff text on a black background
contrast 8.82:1
Card sample
#c192ff text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c192ff;
Background color
Panel with #c192ff background
background-color: #c192ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c192ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c192ff; background: linear-gradient(135deg, #c192ff, #FF92F4);