#c45dfe
a light, electric violet · warm · closest name: violet
RGB
196, 93, 254
HSL
278°, 99%, 68%
CMYK
23, 63, 0, 0
Luminance
0.2672
Every format
| HEX | #c45dfe |
| RGB | rgb(196, 93, 254) |
| HSL | hsl(278, 99%, 68%) |
| CMYK | cmyk(23%, 63%, 0%, 0%) |
| LAB | lab(58.7 66.4 -63.3) |
| LCH | lch(58.7 91.8 316.4) |
| OKLCH | oklch(0.673 0.237 311.1) |
Copy-ready code
/* CSS */
color: #c45dfe;
background-color: #c45dfe;
/* Tailwind (arbitrary) */
class="text-[#c45dfe] bg-[#c45dfe]"
/* SCSS */
$brand: #c45dfe;
/* SwiftUI */
Color(red: 0.769, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#c45dfe")Accessibility — WCAG contrast
Aa
#c45dfe on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45dfe on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green36.5%
Blue99.6%
CMYK percentages
Cyan22.8%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#c45dfe text on a black background
contrast 6.34:1
Card sample
#c45dfe text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45dfe;
Background color
Panel with #c45dfe background
background-color: #c45dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45dfe; background: linear-gradient(135deg, #c45dfe, #FE5DCD);