#c382eb
a light, vivid violet · warm · closest name: orchid
RGB
195, 130, 235
HSL
277°, 72%, 72%
CMYK
17, 45, 0, 8
Luminance
0.3357
Every format
| HEX | #c382eb |
| RGB | rgb(195, 130, 235) |
| HSL | hsl(277, 72%, 72%) |
| CMYK | cmyk(17%, 45%, 0%, 8%) |
| LAB | lab(64.6 43.6 -43.5) |
| LCH | lch(64.6 61.5 315.1) |
| OKLCH | oklch(0.713 0.161 311.4) |
Copy-ready code
/* CSS */
color: #c382eb;
background-color: #c382eb;
/* Tailwind (arbitrary) */
class="text-[#c382eb] bg-[#c382eb]"
/* SCSS */
$brand: #c382eb;
/* SwiftUI */
Color(red: 0.765, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#c382eb")Accessibility — WCAG contrast
Aa
#c382eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c382eb on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green51.0%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c382eb text on a black background
contrast 7.71:1
Card sample
#c382eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c382eb;
Background color
Panel with #c382eb background
background-color: #c382eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c382eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c382eb; background: linear-gradient(135deg, #c382eb, #EB82CD);