#358eb2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
53, 142, 178
HSL
197°, 54%, 45%
CMYK
70, 20, 0, 30
Luminance
0.2332
Every format
| HEX | #358eb2 |
| RGB | rgb(53, 142, 178) |
| HSL | hsl(197, 54%, 45%) |
| CMYK | cmyk(70%, 20%, 0%, 30%) |
| LAB | lab(55.4 -14.5 -26.5) |
| LCH | lch(55.4 30.2 241.4) |
| OKLCH | oklch(0.609 0.099 228.7) |
Copy-ready code
/* CSS */
color: #358eb2;
background-color: #358eb2;
/* Tailwind (arbitrary) */
class="text-[#358eb2] bg-[#358eb2]"
/* SCSS */
$brand: #358eb2;
/* SwiftUI */
Color(red: 0.208, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#358eb2")Accessibility — WCAG contrast
Aa
#358eb2 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#358eb2 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green55.7%
Blue69.8%
CMYK percentages
Cyan70.2%
Magenta20.2%
Yellow0.0%
Key (black)30.2%
Color previews
#358eb2 text on a black background
contrast 5.66:1
Card sample
#358eb2 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #358eb2;
Background color
Panel with #358eb2 background
background-color: #358eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #358eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #358eb2; background: linear-gradient(135deg, #358eb2, #353BB2);