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