#642cdf
a balanced, vivid violet · warm · closest name: blue
RGB
100, 44, 223
HSL
259°, 74%, 52%
CMYK
55, 80, 0, 13
Luminance
0.0984
Every format
| HEX | #642cdf |
| RGB | rgb(100, 44, 223) |
| HSL | hsl(259, 74%, 52%) |
| CMYK | cmyk(55%, 80%, 0%, 13%) |
| LAB | lab(37.5 63.9 -80.8) |
| LCH | lch(37.5 103.1 308.3) |
| OKLCH | oklch(0.491 0.244 287.8) |
Copy-ready code
/* CSS */
color: #642cdf;
background-color: #642cdf;
/* Tailwind (arbitrary) */
class="text-[#642cdf] bg-[#642cdf]"
/* SCSS */
$brand: #642cdf;
/* SwiftUI */
Color(red: 0.392, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#642cdf")Accessibility — WCAG contrast
Aa
#642cdf on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#642cdf on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan55.2%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#642cdf text on a black background
contrast 2.97:1
Card sample
#642cdf text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #642cdf;
Background color
Panel with #642cdf background
background-color: #642cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #642cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #642cdf; background: linear-gradient(135deg, #642cdf, #DB2CDF);