#346cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
52, 108, 223
HSL
220°, 73%, 54%
CMYK
77, 52, 0, 13
Luminance
0.1678
Every format
| HEX | #346cdf |
| RGB | rgb(52, 108, 223) |
| HSL | hsl(220, 73%, 54%) |
| CMYK | cmyk(77%, 52%, 0%, 13%) |
| LAB | lab(48.0 22.1 -63.9) |
| LCH | lch(48.0 67.6 289.1) |
| OKLCH | oklch(0.559 0.186 262.5) |
Copy-ready code
/* CSS */
color: #346cdf;
background-color: #346cdf;
/* Tailwind (arbitrary) */
class="text-[#346cdf] bg-[#346cdf]"
/* SCSS */
$brand: #346cdf;
/* SwiftUI */
Color(red: 0.204, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#346cdf")Accessibility — WCAG contrast
Aa
#346cdf on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#346cdf on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green42.4%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#346cdf text on a black background
contrast 4.36:1
Card sample
#346cdf text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #346cdf;
Background color
Panel with #346cdf background
background-color: #346cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #346cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #346cdf; background: linear-gradient(135deg, #346cdf, #6E34DF);