#358ac1
a balanced, vivid blue · cool · closest name: steelblue
RGB
53, 138, 193
HSL
204°, 57%, 48%
CMYK
73, 29, 0, 24
Luminance
0.2278
Every format
| HEX | #358ac1 |
| RGB | rgb(53, 138, 193) |
| HSL | hsl(204, 57%, 48%) |
| CMYK | cmyk(73%, 29%, 0%, 24%) |
| LAB | lab(54.9 -7.1 -35.9) |
| LCH | lch(54.9 36.6 258.8) |
| OKLCH | oklch(0.607 0.116 241.0) |
Copy-ready code
/* CSS */
color: #358ac1;
background-color: #358ac1;
/* Tailwind (arbitrary) */
class="text-[#358ac1] bg-[#358ac1]"
/* SCSS */
$brand: #358ac1;
/* SwiftUI */
Color(red: 0.208, green: 0.541, blue: 0.757)
/* Android */
Color.parseColor("#358ac1")Accessibility — WCAG contrast
Aa
#358ac1 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#358ac1 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green54.1%
Blue75.7%
CMYK percentages
Cyan72.5%
Magenta28.5%
Yellow0.0%
Key (black)24.3%
Color previews
#358ac1 text on a black background
contrast 5.56:1
Card sample
#358ac1 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #358ac1;
Background color
Panel with #358ac1 background
background-color: #358ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #358ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 138, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 138, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #358ac1; background: linear-gradient(135deg, #358ac1, #3D35C1);