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