#348afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
52, 138, 253
HSL
214°, 98%, 60%
CMYK
79, 46, 0, 1
Luminance
0.2600
Every format
| HEX | #348afd |
| RGB | rgb(52, 138, 253) |
| HSL | hsl(214, 98%, 60%) |
| CMYK | cmyk(79%, 46%, 0%, 1%) |
| LAB | lab(58.0 14.5 -64.4) |
| LCH | lch(58.0 66.0 282.7) |
| OKLCH | oklch(0.642 0.190 257.2) |
Copy-ready code
/* CSS */
color: #348afd;
background-color: #348afd;
/* Tailwind (arbitrary) */
class="text-[#348afd] bg-[#348afd]"
/* SCSS */
$brand: #348afd;
/* SwiftUI */
Color(red: 0.204, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#348afd")Accessibility — WCAG contrast
Aa
#348afd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348afd on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green54.1%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#348afd text on a black background
contrast 6.20:1
Card sample
#348afd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348afd;
Background color
Panel with #348afd background
background-color: #348afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348afd; background: linear-gradient(135deg, #348afd, #6434FD);