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