#c188ff
a light, electric violet · warm · closest name: violet
RGB
193, 136, 255
HSL
269°, 100%, 77%
CMYK
24, 47, 0, 0
Luminance
0.3617
Every format
| HEX | #c188ff |
| RGB | rgb(193, 136, 255) |
| HSL | hsl(269, 100%, 77%) |
| CMYK | cmyk(24%, 47%, 0%, 0%) |
| LAB | lab(66.7 44.3 -51.3) |
| LCH | lch(66.7 67.7 310.8) |
| OKLCH | oklch(0.731 0.174 304.6) |
Copy-ready code
/* CSS */
color: #c188ff;
background-color: #c188ff;
/* Tailwind (arbitrary) */
class="text-[#c188ff] bg-[#c188ff]"
/* SCSS */
$brand: #c188ff;
/* SwiftUI */
Color(red: 0.757, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#c188ff")Accessibility — WCAG contrast
Aa
#c188ff on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c188ff on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green53.3%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c188ff text on a black background
contrast 8.23:1
Card sample
#c188ff text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c188ff;
Background color
Panel with #c188ff background
background-color: #c188ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c188ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c188ff; background: linear-gradient(135deg, #c188ff, #FF88EE);