#c396fd
a light, electric violet · warm · closest name: violet
RGB
195, 150, 253
HSL
266°, 96%, 79%
CMYK
23, 41, 0, 1
Luminance
0.4051
Every format
| HEX | #c396fd |
| RGB | rgb(195, 150, 253) |
| HSL | hsl(266, 96%, 79%) |
| CMYK | cmyk(23%, 41%, 0%, 1%) |
| LAB | lab(69.8 36.7 -45.1) |
| LCH | lch(69.8 58.2 309.1) |
| OKLCH | oklch(0.755 0.150 303.1) |
Copy-ready code
/* CSS */
color: #c396fd;
background-color: #c396fd;
/* Tailwind (arbitrary) */
class="text-[#c396fd] bg-[#c396fd]"
/* SCSS */
$brand: #c396fd;
/* SwiftUI */
Color(red: 0.765, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#c396fd")Accessibility — WCAG contrast
Aa
#c396fd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c396fd on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green58.8%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c396fd text on a black background
contrast 9.10:1
Card sample
#c396fd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c396fd;
Background color
Panel with #c396fd background
background-color: #c396fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c396fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c396fd; background: linear-gradient(135deg, #c396fd, #FD96F2);