#c183fd
a light, electric violet · warm · closest name: violet
RGB
193, 131, 253
HSL
271°, 97%, 75%
CMYK
24, 48, 0, 1
Luminance
0.3466
Every format
| HEX | #c183fd |
| RGB | rgb(193, 131, 253) |
| HSL | hsl(271, 97%, 75%) |
| CMYK | cmyk(24%, 48%, 0%, 1%) |
| LAB | lab(65.5 46.5 -52.0) |
| LCH | lch(65.5 69.8 311.8) |
| OKLCH | oklch(0.722 0.180 305.8) |
Copy-ready code
/* CSS */
color: #c183fd;
background-color: #c183fd;
/* Tailwind (arbitrary) */
class="text-[#c183fd] bg-[#c183fd]"
/* SCSS */
$brand: #c183fd;
/* SwiftUI */
Color(red: 0.757, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#c183fd")Accessibility — WCAG contrast
Aa
#c183fd on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c183fd on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green51.4%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c183fd text on a black background
contrast 7.93:1
Card sample
#c183fd text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c183fd;
Background color
Panel with #c183fd background
background-color: #c183fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c183fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c183fd; background: linear-gradient(135deg, #c183fd, #FD83E8);