#c45cef
a balanced, electric violet · warm · closest name: violet
RGB
196, 92, 239
HSL
282°, 82%, 65%
CMYK
18, 62, 0, 6
Luminance
0.2562
Every format
| HEX | #c45cef |
| RGB | rgb(196, 92, 239) |
| HSL | hsl(282, 82%, 65%) |
| CMYK | cmyk(18%, 62%, 0%, 6%) |
| LAB | lab(57.7 63.8 -56.7) |
| LCH | lch(57.7 85.3 318.4) |
| OKLCH | oklch(0.663 0.224 314.7) |
Copy-ready code
/* CSS */
color: #c45cef;
background-color: #c45cef;
/* Tailwind (arbitrary) */
class="text-[#c45cef] bg-[#c45cef]"
/* SCSS */
$brand: #c45cef;
/* SwiftUI */
Color(red: 0.769, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#c45cef")Accessibility — WCAG contrast
Aa
#c45cef on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45cef on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green36.1%
Blue93.7%
CMYK percentages
Cyan18.0%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#c45cef text on a black background
contrast 6.12:1
Card sample
#c45cef text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45cef;
Background color
Panel with #c45cef background
background-color: #c45cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45cef; background: linear-gradient(135deg, #c45cef, #EF5CB8);