#518ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
81, 138, 222
HSL
216°, 68%, 59%
CMYK
64, 38, 0, 13
Luminance
0.2520
Every format
| HEX | #518ade |
| RGB | rgb(81, 138, 222) |
| HSL | hsl(216, 68%, 59%) |
| CMYK | cmyk(64%, 38%, 0%, 13%) |
| LAB | lab(57.3 7.3 -48.4) |
| LCH | lch(57.3 49.0 278.6) |
| OKLCH | oklch(0.634 0.141 258.0) |
Copy-ready code
/* CSS */
color: #518ade;
background-color: #518ade;
/* Tailwind (arbitrary) */
class="text-[#518ade] bg-[#518ade]"
/* SCSS */
$brand: #518ade;
/* SwiftUI */
Color(red: 0.318, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#518ade")Accessibility — WCAG contrast
Aa
#518ade on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#518ade on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green54.1%
Blue87.1%
CMYK percentages
Cyan63.5%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#518ade text on a black background
contrast 6.04:1
Card sample
#518ade text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #518ade;
Background color
Panel with #518ade background
background-color: #518ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #518ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #518ade; background: linear-gradient(135deg, #518ade, #7651DE);