#502cdf
a balanced, vivid blue · warm · closest name: blue
RGB
80, 44, 223
HSL
252°, 74%, 52%
CMYK
64, 80, 0, 13
Luminance
0.0883
Every format
| HEX | #502cdf |
| RGB | rgb(80, 44, 223) |
| HSL | hsl(252, 74%, 52%) |
| CMYK | cmyk(64%, 80%, 0%, 13%) |
| LAB | lab(35.7 61.9 -84.0) |
| LCH | lch(35.7 104.4 306.4) |
| OKLCH | oklch(0.473 0.247 280.6) |
Copy-ready code
/* CSS */
color: #502cdf;
background-color: #502cdf;
/* Tailwind (arbitrary) */
class="text-[#502cdf] bg-[#502cdf]"
/* SCSS */
$brand: #502cdf;
/* SwiftUI */
Color(red: 0.314, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#502cdf")Accessibility — WCAG contrast
Aa
#502cdf on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#502cdf on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green17.3%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#502cdf text on a black background
contrast 2.77:1
Card sample
#502cdf text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #502cdf;
Background color
Panel with #502cdf background
background-color: #502cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #502cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #502cdf; background: linear-gradient(135deg, #502cdf, #C82CDF);