#c169ff
a light, electric violet · warm · closest name: violet
RGB
193, 105, 255
HSL
275°, 100%, 71%
CMYK
24, 59, 0, 0
Luminance
0.2866
Every format
| HEX | #c169ff |
| RGB | rgb(193, 105, 255) |
| HSL | hsl(275, 100%, 71%) |
| CMYK | cmyk(24%, 59%, 0%, 0%) |
| LAB | lab(60.5 60.3 -61.1) |
| LCH | lch(60.5 85.8 314.6) |
| OKLCH | oklch(0.685 0.221 308.8) |
Copy-ready code
/* CSS */
color: #c169ff;
background-color: #c169ff;
/* Tailwind (arbitrary) */
class="text-[#c169ff] bg-[#c169ff]"
/* SCSS */
$brand: #c169ff;
/* SwiftUI */
Color(red: 0.757, green: 0.412, blue: 1.000)
/* Android */
Color.parseColor("#c169ff")Accessibility — WCAG contrast
Aa
#c169ff on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c169ff on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green41.2%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta58.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c169ff text on a black background
contrast 6.73:1
Card sample
#c169ff text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c169ff;
Background color
Panel with #c169ff background
background-color: #c169ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c169ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 105, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 105, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c169ff; background: linear-gradient(135deg, #c169ff, #FF69D9);