#317ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
49, 122, 222
HSL
215°, 72%, 53%
CMYK
78, 45, 0, 13
Luminance
0.1985
Every format
| HEX | #317ade |
| RGB | rgb(49, 122, 222) |
| HSL | hsl(215, 72%, 53%) |
| CMYK | cmyk(78%, 45%, 0%, 13%) |
| LAB | lab(51.7 12.6 -57.4) |
| LCH | lch(51.7 58.8 282.3) |
| OKLCH | oklch(0.587 0.169 257.4) |
Copy-ready code
/* CSS */
color: #317ade;
background-color: #317ade;
/* Tailwind (arbitrary) */
class="text-[#317ade] bg-[#317ade]"
/* SCSS */
$brand: #317ade;
/* SwiftUI */
Color(red: 0.192, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#317ade")Accessibility — WCAG contrast
Aa
#317ade on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#317ade on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green47.8%
Blue87.1%
CMYK percentages
Cyan77.9%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#317ade text on a black background
contrast 4.97:1
Card sample
#317ade text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #317ade;
Background color
Panel with #317ade background
background-color: #317ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #317ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #317ade; background: linear-gradient(135deg, #317ade, #5B31DE);