#346fdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
52, 111, 223
HSL
219°, 73%, 54%
CMYK
77, 50, 0, 13
Luminance
0.1743
Every format
| HEX | #346fdf |
| RGB | rgb(52, 111, 223) |
| HSL | hsl(219, 73%, 54%) |
| CMYK | cmyk(77%, 50%, 0%, 13%) |
| LAB | lab(48.8 20.2 -62.6) |
| LCH | lch(48.8 65.8 287.9) |
| OKLCH | oklch(0.565 0.182 261.7) |
Copy-ready code
/* CSS */
color: #346fdf;
background-color: #346fdf;
/* Tailwind (arbitrary) */
class="text-[#346fdf] bg-[#346fdf]"
/* SCSS */
$brand: #346fdf;
/* SwiftUI */
Color(red: 0.204, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#346fdf")Accessibility — WCAG contrast
Aa
#346fdf on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#346fdf on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#346fdf text on a black background
contrast 4.49:1
Card sample
#346fdf text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #346fdf;
Background color
Panel with #346fdf background
background-color: #346fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #346fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #346fdf; background: linear-gradient(135deg, #346fdf, #6B34DF);