#c45dfb
a light, electric violet · warm · closest name: violet
RGB
196, 93, 251
HSL
279°, 95%, 68%
CMYK
22, 63, 0, 2
Luminance
0.2653
Every format
| HEX | #c45dfb |
| RGB | rgb(196, 93, 251) |
| HSL | hsl(279, 95%, 68%) |
| CMYK | cmyk(22%, 63%, 0%, 2%) |
| LAB | lab(58.5 65.8 -62.0) |
| LCH | lch(58.5 90.4 316.7) |
| OKLCH | oklch(0.671 0.234 311.7) |
Copy-ready code
/* CSS */
color: #c45dfb;
background-color: #c45dfb;
/* Tailwind (arbitrary) */
class="text-[#c45dfb] bg-[#c45dfb]"
/* SCSS */
$brand: #c45dfb;
/* SwiftUI */
Color(red: 0.769, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#c45dfb")Accessibility — WCAG contrast
Aa
#c45dfb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45dfb on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green36.5%
Blue98.4%
CMYK percentages
Cyan21.9%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#c45dfb text on a black background
contrast 6.31:1
Card sample
#c45dfb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45dfb;
Background color
Panel with #c45dfb background
background-color: #c45dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45dfb; background: linear-gradient(135deg, #c45dfb, #FB5DC9);