#346afd
a balanced, electric blue · cool · closest name: royalblue
RGB
52, 106, 253
HSL
224°, 98%, 60%
CMYK
79, 58, 0, 1
Luminance
0.1813
Every format
| HEX | #346afd |
| RGB | rgb(52, 106, 253) |
| HSL | hsl(224, 98%, 60%) |
| CMYK | cmyk(79%, 58%, 0%, 1%) |
| LAB | lab(49.6 34.3 -78.0) |
| LCH | lch(49.6 85.2 293.8) |
| OKLCH | oklch(0.579 0.227 264.7) |
Copy-ready code
/* CSS */
color: #346afd;
background-color: #346afd;
/* Tailwind (arbitrary) */
class="text-[#346afd] bg-[#346afd]"
/* SCSS */
$brand: #346afd;
/* SwiftUI */
Color(red: 0.204, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#346afd")Accessibility — WCAG contrast
Aa
#346afd on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#346afd on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green41.6%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#346afd text on a black background
contrast 4.63:1
Card sample
#346afd text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #346afd;
Background color
Panel with #346afd background
background-color: #346afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #346afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #346afd; background: linear-gradient(135deg, #346afd, #8434FD);