#c45df3
a light, electric violet · warm · closest name: violet
RGB
196, 93, 243
HSL
281°, 86%, 66%
CMYK
19, 62, 0, 5
Luminance
0.2604
Every format
| HEX | #c45df3 |
| RGB | rgb(196, 93, 243) |
| HSL | hsl(281, 86%, 66%) |
| CMYK | cmyk(19%, 62%, 0%, 5%) |
| LAB | lab(58.1 64.1 -58.3) |
| LCH | lch(58.1 86.6 317.7) |
| OKLCH | oklch(0.666 0.226 313.6) |
Copy-ready code
/* CSS */
color: #c45df3;
background-color: #c45df3;
/* Tailwind (arbitrary) */
class="text-[#c45df3] bg-[#c45df3]"
/* SCSS */
$brand: #c45df3;
/* SwiftUI */
Color(red: 0.769, green: 0.365, blue: 0.953)
/* Android */
Color.parseColor("#c45df3")Accessibility — WCAG contrast
Aa
#c45df3 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45df3 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green36.5%
Blue95.3%
CMYK percentages
Cyan19.3%
Magenta61.7%
Yellow0.0%
Key (black)4.7%
Color previews
#c45df3 text on a black background
contrast 6.21:1
Card sample
#c45df3 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45df3;
Background color
Panel with #c45df3 background
background-color: #c45df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 93, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 93, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45df3; background: linear-gradient(135deg, #c45df3, #F35DBE);