#347ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
52, 122, 222
HSL
215°, 72%, 54%
CMYK
77, 45, 0, 13
Luminance
0.1992
Every format
| HEX | #347ade |
| RGB | rgb(52, 122, 222) |
| HSL | hsl(215, 72%, 54%) |
| CMYK | cmyk(77%, 45%, 0%, 13%) |
| LAB | lab(51.8 12.9 -57.3) |
| LCH | lch(51.8 58.7 282.7) |
| OKLCH | oklch(0.588 0.168 257.9) |
Copy-ready code
/* CSS */
color: #347ade;
background-color: #347ade;
/* Tailwind (arbitrary) */
class="text-[#347ade] bg-[#347ade]"
/* SCSS */
$brand: #347ade;
/* SwiftUI */
Color(red: 0.204, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#347ade")Accessibility — WCAG contrast
Aa
#347ade on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#347ade on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green47.8%
Blue87.1%
CMYK percentages
Cyan76.6%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#347ade text on a black background
contrast 4.98:1
Card sample
#347ade text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #347ade;
Background color
Panel with #347ade background
background-color: #347ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #347ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #347ade; background: linear-gradient(135deg, #347ade, #5F34DE);