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