#c375fd
a light, electric violet · warm · closest name: violet
RGB
195, 117, 253
HSL
274°, 97%, 73%
CMYK
23, 54, 0, 1
Luminance
0.3142
Every format
| HEX | #c375fd |
| RGB | rgb(195, 117, 253) |
| HSL | hsl(274, 97%, 73%) |
| CMYK | cmyk(23%, 54%, 0%, 1%) |
| LAB | lab(62.9 54.3 -56.2) |
| LCH | lch(62.9 78.2 314.1) |
| OKLCH | oklch(0.703 0.202 308.6) |
Copy-ready code
/* CSS */
color: #c375fd;
background-color: #c375fd;
/* Tailwind (arbitrary) */
class="text-[#c375fd] bg-[#c375fd]"
/* SCSS */
$brand: #c375fd;
/* SwiftUI */
Color(red: 0.765, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#c375fd")Accessibility — WCAG contrast
Aa
#c375fd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c375fd on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green45.9%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c375fd text on a black background
contrast 7.28:1
Card sample
#c375fd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c375fd;
Background color
Panel with #c375fd background
background-color: #c375fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c375fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c375fd; background: linear-gradient(135deg, #c375fd, #FD75DC);