#348cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
52, 140, 223
HSL
209°, 73%, 54%
CMYK
77, 37, 0, 13
Luminance
0.2481
Every format
| HEX | #348cdf |
| RGB | rgb(52, 140, 223) |
| HSL | hsl(209, 73%, 54%) |
| CMYK | cmyk(77%, 37%, 0%, 13%) |
| LAB | lab(56.9 2.3 -49.6) |
| LCH | lch(56.9 49.7 272.7) |
| OKLCH | oklch(0.628 0.150 250.5) |
Copy-ready code
/* CSS */
color: #348cdf;
background-color: #348cdf;
/* Tailwind (arbitrary) */
class="text-[#348cdf] bg-[#348cdf]"
/* SCSS */
$brand: #348cdf;
/* SwiftUI */
Color(red: 0.204, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#348cdf")Accessibility — WCAG contrast
Aa
#348cdf on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348cdf on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#348cdf text on a black background
contrast 5.96:1
Card sample
#348cdf text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348cdf;
Background color
Panel with #348cdf background
background-color: #348cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348cdf; background: linear-gradient(135deg, #348cdf, #4E34DF);