#c45ff0
a light, electric violet · warm · closest name: violet
RGB
196, 95, 240
HSL
282°, 83%, 66%
CMYK
18, 60, 0, 6
Luminance
0.2621
Every format
| HEX | #c45ff0 |
| RGB | rgb(196, 95, 240) |
| HSL | hsl(282, 83%, 66%) |
| CMYK | cmyk(18%, 60%, 0%, 6%) |
| LAB | lab(58.2 62.6 -56.3) |
| LCH | lch(58.2 84.2 318.0) |
| OKLCH | oklch(0.667 0.220 314.2) |
Copy-ready code
/* CSS */
color: #c45ff0;
background-color: #c45ff0;
/* Tailwind (arbitrary) */
class="text-[#c45ff0] bg-[#c45ff0]"
/* SCSS */
$brand: #c45ff0;
/* SwiftUI */
Color(red: 0.769, green: 0.373, blue: 0.941)
/* Android */
Color.parseColor("#c45ff0")Accessibility — WCAG contrast
Aa
#c45ff0 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45ff0 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green37.3%
Blue94.1%
CMYK percentages
Cyan18.3%
Magenta60.4%
Yellow0.0%
Key (black)5.9%
Color previews
#c45ff0 text on a black background
contrast 6.24:1
Card sample
#c45ff0 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45ff0;
Background color
Panel with #c45ff0 background
background-color: #c45ff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45ff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 95, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 95, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45ff0; background: linear-gradient(135deg, #c45ff0, #F05FBB);