#502cd3
a balanced, vivid blue · warm · closest name: navy
RGB
80, 44, 211
HSL
253°, 66%, 50%
CMYK
62, 79, 0, 17
Luminance
0.0821
Every format
| HEX | #502cd3 |
| RGB | rgb(80, 44, 211) |
| HSL | hsl(253, 66%, 50%) |
| CMYK | cmyk(62%, 79%, 0%, 17%) |
| LAB | lab(34.4 58.6 -79.2) |
| LCH | lch(34.4 98.5 306.5) |
| OKLCH | oklch(0.461 0.234 282.1) |
Copy-ready code
/* CSS */
color: #502cd3;
background-color: #502cd3;
/* Tailwind (arbitrary) */
class="text-[#502cd3] bg-[#502cd3]"
/* SCSS */
$brand: #502cd3;
/* SwiftUI */
Color(red: 0.314, green: 0.173, blue: 0.827)
/* Android */
Color.parseColor("#502cd3")Accessibility — WCAG contrast
Aa
#502cd3 on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#502cd3 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green17.3%
Blue82.7%
CMYK percentages
Cyan62.1%
Magenta79.1%
Yellow0.0%
Key (black)17.3%
Color previews
#502cd3 text on a black background
contrast 2.64:1
Card sample
#502cd3 text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #502cd3;
Background color
Panel with #502cd3 background
background-color: #502cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #502cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 44, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 44, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #502cd3; background: linear-gradient(135deg, #502cd3, #BF2CD3);