#c338eb
a balanced, electric violet · warm · closest name: magenta
RGB
195, 56, 235
HSL
287°, 82%, 57%
CMYK
17, 76, 0, 8
Luminance
0.2043
Every format
| HEX | #c338eb |
| RGB | rgb(195, 56, 235) |
| HSL | hsl(287, 82%, 57%) |
| CMYK | cmyk(17%, 76%, 0%, 8%) |
| LAB | lab(52.3 76.8 -63.0) |
| LCH | lch(52.3 99.3 320.6) |
| OKLCH | oklch(0.623 0.262 317.3) |
Copy-ready code
/* CSS */
color: #c338eb;
background-color: #c338eb;
/* Tailwind (arbitrary) */
class="text-[#c338eb] bg-[#c338eb]"
/* SCSS */
$brand: #c338eb;
/* SwiftUI */
Color(red: 0.765, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#c338eb")Accessibility — WCAG contrast
Aa
#c338eb on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c338eb on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green22.0%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta76.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c338eb text on a black background
contrast 5.09:1
Card sample
#c338eb text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c338eb;
Background color
Panel with #c338eb background
background-color: #c338eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c338eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c338eb; background: linear-gradient(135deg, #c338eb, #EB389C);