#348df1
a balanced, electric blue · cool · closest name: dodgerblue
RGB
52, 141, 241
HSL
212°, 87%, 58%
CMYK
78, 42, 0, 6
Luminance
0.2613
Every format
| HEX | #348df1 |
| RGB | rgb(52, 141, 241) |
| HSL | hsl(212, 87%, 58%) |
| CMYK | cmyk(78%, 42%, 0%, 6%) |
| LAB | lab(58.2 8.3 -57.6) |
| LCH | lch(58.2 58.2 278.2) |
| OKLCH | oklch(0.641 0.171 254.2) |
Copy-ready code
/* CSS */
color: #348df1;
background-color: #348df1;
/* Tailwind (arbitrary) */
class="text-[#348df1] bg-[#348df1]"
/* SCSS */
$brand: #348df1;
/* SwiftUI */
Color(red: 0.204, green: 0.553, blue: 0.945)
/* Android */
Color.parseColor("#348df1")Accessibility — WCAG contrast
Aa
#348df1 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348df1 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green55.3%
Blue94.5%
CMYK percentages
Cyan78.4%
Magenta41.5%
Yellow0.0%
Key (black)5.5%
Color previews
#348df1 text on a black background
contrast 6.23:1
Card sample
#348df1 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348df1;
Background color
Panel with #348df1 background
background-color: #348df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 141, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 141, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348df1; background: linear-gradient(135deg, #348df1, #5934F1);