#c596fc
a light, electric violet · warm · closest name: violet
RGB
197, 150, 252
HSL
268°, 94%, 79%
CMYK
22, 41, 0, 1
Luminance
0.4071
Every format
| HEX | #c596fc |
| RGB | rgb(197, 150, 252) |
| HSL | hsl(268, 94%, 79%) |
| CMYK | cmyk(22%, 41%, 0%, 1%) |
| LAB | lab(70.0 37.0 -44.4) |
| LCH | lch(70.0 57.8 309.9) |
| OKLCH | oklch(0.756 0.149 304.3) |
Copy-ready code
/* CSS */
color: #c596fc;
background-color: #c596fc;
/* Tailwind (arbitrary) */
class="text-[#c596fc] bg-[#c596fc]"
/* SCSS */
$brand: #c596fc;
/* SwiftUI */
Color(red: 0.773, green: 0.588, blue: 0.988)
/* Android */
Color.parseColor("#c596fc")Accessibility — WCAG contrast
Aa
#c596fc on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c596fc on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green58.8%
Blue98.8%
CMYK percentages
Cyan21.8%
Magenta40.5%
Yellow0.0%
Key (black)1.2%
Color previews
#c596fc text on a black background
contrast 9.14:1
Card sample
#c596fc text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c596fc;
Background color
Panel with #c596fc background
background-color: #c596fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c596fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 150, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 150, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c596fc; background: linear-gradient(135deg, #c596fc, #FC96EF);