#c375eb
a light, vivid violet · warm · closest name: orchid
RGB
195, 117, 235
HSL
280°, 75%, 69%
CMYK
17, 50, 0, 8
Luminance
0.3032
Every format
| HEX | #c375eb |
| RGB | rgb(195, 117, 235) |
| HSL | hsl(280, 75%, 69%) |
| CMYK | cmyk(17%, 50%, 0%, 8%) |
| LAB | lab(61.9 50.5 -47.7) |
| LCH | lch(61.9 69.4 316.6) |
| OKLCH | oklch(0.693 0.182 313.1) |
Copy-ready code
/* CSS */
color: #c375eb;
background-color: #c375eb;
/* Tailwind (arbitrary) */
class="text-[#c375eb] bg-[#c375eb]"
/* SCSS */
$brand: #c375eb;
/* SwiftUI */
Color(red: 0.765, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#c375eb")Accessibility — WCAG contrast
Aa
#c375eb on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c375eb on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green45.9%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c375eb text on a black background
contrast 7.06:1
Card sample
#c375eb text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c375eb;
Background color
Panel with #c375eb background
background-color: #c375eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c375eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c375eb; background: linear-gradient(135deg, #c375eb, #EB75C4);