#505fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
80, 95, 223
HSL
234°, 69%, 59%
CMYK
64, 57, 0, 13
Luminance
0.1522
Every format
| HEX | #505fdf |
| RGB | rgb(80, 95, 223) |
| HSL | hsl(234, 69%, 59%) |
| CMYK | cmyk(64%, 57%, 0%, 13%) |
| LAB | lab(45.9 34.0 -67.2) |
| LCH | lch(45.9 75.3 296.8) |
| OKLCH | oklch(0.547 0.194 273.1) |
Copy-ready code
/* CSS */
color: #505fdf;
background-color: #505fdf;
/* Tailwind (arbitrary) */
class="text-[#505fdf] bg-[#505fdf]"
/* SCSS */
$brand: #505fdf;
/* SwiftUI */
Color(red: 0.314, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#505fdf")Accessibility — WCAG contrast
Aa
#505fdf on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#505fdf on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green37.3%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#505fdf text on a black background
contrast 4.04:1
Card sample
#505fdf text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #505fdf;
Background color
Panel with #505fdf background
background-color: #505fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #505fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #505fdf; background: linear-gradient(135deg, #505fdf, #A050DF);