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