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