#5170c0
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
81, 112, 192
HSL
223°, 47%, 54%
CMYK
58, 42, 0, 25
Luminance
0.1714
Every format
| HEX | #5170c0 |
| RGB | rgb(81, 112, 192) |
| HSL | hsl(223, 47%, 54%) |
| CMYK | cmyk(58%, 42%, 0%, 25%) |
| LAB | lab(48.4 13.1 -45.4) |
| LCH | lch(48.4 47.3 286.0) |
| OKLCH | oklch(0.560 0.129 266.3) |
Copy-ready code
/* CSS */
color: #5170c0;
background-color: #5170c0;
/* Tailwind (arbitrary) */
class="text-[#5170c0] bg-[#5170c0]"
/* SCSS */
$brand: #5170c0;
/* SwiftUI */
Color(red: 0.318, green: 0.439, blue: 0.753)
/* Android */
Color.parseColor("#5170c0")Accessibility — WCAG contrast
Aa
#5170c0 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5170c0 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green43.9%
Blue75.3%
CMYK percentages
Cyan57.8%
Magenta41.7%
Yellow0.0%
Key (black)24.7%
Color previews
#5170c0 text on a black background
contrast 4.43:1
Card sample
#5170c0 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5170c0;
Background color
Panel with #5170c0 background
background-color: #5170c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5170c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 112, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 112, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5170c0; background: linear-gradient(135deg, #5170c0, #7C51C0);