#5050b9
a balanced, soft blue · warm · closest name: slateblue
RGB
80, 80, 185
HSL
240°, 43%, 52%
CMYK
57, 57, 0, 28
Luminance
0.1095
Every format
| HEX | #5050b9 |
| RGB | rgb(80, 80, 185) |
| HSL | hsl(240, 43%, 52%) |
| CMYK | cmyk(57%, 57%, 0%, 28%) |
| LAB | lab(39.5 30.6 -55.7) |
| LCH | lch(39.5 63.6 298.8) |
| OKLCH | oklch(0.491 0.162 278.6) |
Copy-ready code
/* CSS */
color: #5050b9;
background-color: #5050b9;
/* Tailwind (arbitrary) */
class="text-[#5050b9] bg-[#5050b9]"
/* SCSS */
$brand: #5050b9;
/* SwiftUI */
Color(red: 0.314, green: 0.314, blue: 0.725)
/* Android */
Color.parseColor("#5050b9")Accessibility — WCAG contrast
Aa
#5050b9 on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5050b9 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green31.4%
Blue72.5%
CMYK percentages
Cyan56.8%
Magenta56.8%
Yellow0.0%
Key (black)27.5%
Color previews
#5050b9 text on a black background
contrast 3.19:1
Card sample
#5050b9 text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5050b9;
Background color
Panel with #5050b9 background
background-color: #5050b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5050b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 80, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 80, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5050b9; background: linear-gradient(135deg, #5050b9, #9650B9);