#507cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
80, 124, 223
HSL
222°, 69%, 59%
CMYK
64, 44, 0, 13
Luminance
0.2145
Every format
| HEX | #507cdf |
| RGB | rgb(80, 124, 223) |
| HSL | hsl(222, 69%, 59%) |
| CMYK | cmyk(64%, 44%, 0%, 13%) |
| LAB | lab(53.4 16.0 -55.1) |
| LCH | lch(53.4 57.4 286.2) |
| OKLCH | oklch(0.604 0.158 264.2) |
Copy-ready code
/* CSS */
color: #507cdf;
background-color: #507cdf;
/* Tailwind (arbitrary) */
class="text-[#507cdf] bg-[#507cdf]"
/* SCSS */
$brand: #507cdf;
/* SwiftUI */
Color(red: 0.314, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#507cdf")Accessibility — WCAG contrast
Aa
#507cdf on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#507cdf on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green48.6%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#507cdf text on a black background
contrast 5.29:1
Card sample
#507cdf text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #507cdf;
Background color
Panel with #507cdf background
background-color: #507cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #507cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #507cdf; background: linear-gradient(135deg, #507cdf, #8350DF);