#348ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
52, 138, 222
HSL
210°, 72%, 54%
CMYK
77, 38, 0, 13
Luminance
0.2418
Every format
| HEX | #348ade |
| RGB | rgb(52, 138, 222) |
| HSL | hsl(210, 72%, 54%) |
| CMYK | cmyk(77%, 38%, 0%, 13%) |
| LAB | lab(56.3 3.1 -50.1) |
| LCH | lch(56.3 50.2 273.6) |
| OKLCH | oklch(0.623 0.151 251.2) |
Copy-ready code
/* CSS */
color: #348ade;
background-color: #348ade;
/* Tailwind (arbitrary) */
class="text-[#348ade] bg-[#348ade]"
/* SCSS */
$brand: #348ade;
/* SwiftUI */
Color(red: 0.204, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#348ade")Accessibility — WCAG contrast
Aa
#348ade on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348ade on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green54.1%
Blue87.1%
CMYK percentages
Cyan76.6%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#348ade text on a black background
contrast 5.84:1
Card sample
#348ade text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348ade;
Background color
Panel with #348ade background
background-color: #348ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348ade; background: linear-gradient(135deg, #348ade, #4F34DE);