#c183f4
a light, electric violet · warm · closest name: violet
RGB
193, 131, 244
HSL
273°, 84%, 74%
CMYK
21, 46, 0, 4
Luminance
0.3410
Every format
| HEX | #c183f4 |
| RGB | rgb(193, 131, 244) |
| HSL | hsl(273, 84%, 74%) |
| CMYK | cmyk(21%, 46%, 0%, 4%) |
| LAB | lab(65.0 44.5 -47.8) |
| LCH | lch(65.0 65.3 313.0) |
| OKLCH | oklch(0.717 0.169 308.0) |
Copy-ready code
/* CSS */
color: #c183f4;
background-color: #c183f4;
/* Tailwind (arbitrary) */
class="text-[#c183f4] bg-[#c183f4]"
/* SCSS */
$brand: #c183f4;
/* SwiftUI */
Color(red: 0.757, green: 0.514, blue: 0.957)
/* Android */
Color.parseColor("#c183f4")Accessibility — WCAG contrast
Aa
#c183f4 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c183f4 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green51.4%
Blue95.7%
CMYK percentages
Cyan20.9%
Magenta46.3%
Yellow0.0%
Key (black)4.3%
Color previews
#c183f4 text on a black background
contrast 7.82:1
Card sample
#c183f4 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c183f4;
Background color
Panel with #c183f4 background
background-color: #c183f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c183f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 131, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 131, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c183f4; background: linear-gradient(135deg, #c183f4, #F483DC);