#c45bfd
a light, electric violet · warm · closest name: violet
RGB
196, 91, 253
HSL
279°, 98%, 68%
CMYK
23, 64, 0, 1
Luminance
0.2631
Every format
| HEX | #c45bfd |
| RGB | rgb(196, 91, 253) |
| HSL | hsl(279, 98%, 68%) |
| CMYK | cmyk(23%, 64%, 0%, 1%) |
| LAB | lab(58.3 67.1 -63.4) |
| LCH | lch(58.3 92.3 316.6) |
| OKLCH | oklch(0.670 0.238 311.5) |
Copy-ready code
/* CSS */
color: #c45bfd;
background-color: #c45bfd;
/* Tailwind (arbitrary) */
class="text-[#c45bfd] bg-[#c45bfd]"
/* SCSS */
$brand: #c45bfd;
/* SwiftUI */
Color(red: 0.769, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#c45bfd")Accessibility — WCAG contrast
Aa
#c45bfd on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45bfd on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green35.7%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c45bfd text on a black background
contrast 6.26:1
Card sample
#c45bfd text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45bfd;
Background color
Panel with #c45bfd background
background-color: #c45bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45bfd; background: linear-gradient(135deg, #c45bfd, #FD5BCA);