#348df5
a balanced, electric blue · cool · closest name: dodgerblue
RGB
52, 141, 245
HSL
212°, 91%, 58%
CMYK
79, 42, 0, 4
Luminance
0.2637
Every format
| HEX | #348df5 |
| RGB | rgb(52, 141, 245) |
| HSL | hsl(212, 91%, 58%) |
| CMYK | cmyk(79%, 42%, 0%, 4%) |
| LAB | lab(58.4 9.7 -59.5) |
| LCH | lch(58.4 60.3 279.3) |
| OKLCH | oklch(0.644 0.176 254.9) |
Copy-ready code
/* CSS */
color: #348df5;
background-color: #348df5;
/* Tailwind (arbitrary) */
class="text-[#348df5] bg-[#348df5]"
/* SCSS */
$brand: #348df5;
/* SwiftUI */
Color(red: 0.204, green: 0.553, blue: 0.961)
/* Android */
Color.parseColor("#348df5")Accessibility — WCAG contrast
Aa
#348df5 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348df5 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green55.3%
Blue96.1%
CMYK percentages
Cyan78.8%
Magenta42.4%
Yellow0.0%
Key (black)3.9%
Color previews
#348df5 text on a black background
contrast 6.27:1
Card sample
#348df5 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348df5;
Background color
Panel with #348df5 background
background-color: #348df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 141, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 141, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348df5; background: linear-gradient(135deg, #348df5, #5B34F5);