#c45ce2
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 92, 226
HSL
287°, 70%, 62%
CMYK
13, 59, 0, 11
Luminance
0.2488
Every format
| HEX | #c45ce2 |
| RGB | rgb(196, 92, 226) |
| HSL | hsl(287, 70%, 62%) |
| CMYK | cmyk(13%, 59%, 0%, 11%) |
| LAB | lab(57.0 61.2 -50.5) |
| LCH | lch(57.0 79.4 320.5) |
| OKLCH | oklch(0.655 0.211 318.1) |
Copy-ready code
/* CSS */
color: #c45ce2;
background-color: #c45ce2;
/* Tailwind (arbitrary) */
class="text-[#c45ce2] bg-[#c45ce2]"
/* SCSS */
$brand: #c45ce2;
/* SwiftUI */
Color(red: 0.769, green: 0.361, blue: 0.886)
/* Android */
Color.parseColor("#c45ce2")Accessibility — WCAG contrast
Aa
#c45ce2 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45ce2 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green36.1%
Blue88.6%
CMYK percentages
Cyan13.3%
Magenta59.3%
Yellow0.0%
Key (black)11.4%
Color previews
#c45ce2 text on a black background
contrast 5.98:1
Card sample
#c45ce2 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45ce2;
Background color
Panel with #c45ce2 background
background-color: #c45ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 92, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 92, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45ce2; background: linear-gradient(135deg, #c45ce2, #E25CA7);