Steel Blue
#62A3B7
CyanColor Codes
All color formats for development
HEX
#62A3B7RGB
rgb(98, 163, 183)HSL
hsl(194, 37%, 55%)OKLCH
oklch(0.679 0.073 219.7)CMYK
cmyk(46%, 11%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5097AD
2#47869A
3#3E7686
4#356573
5#2C5460
6#23434D
7#1B323A
8#122226
9#091113
Tints
Lighter variations
1#72ACBE
2#81B5C5
3#91BFCC
4#A1C8D4
5#B0D1DB
6#C0DAE2
7#D0E3E9
8#E0EDF1
9#EFF6F8
Tones
Muted variations
1#66A1B2
2#6A9EAE
3#6F9CAA
4#739AA6
5#7798A1
6#7B959D
7#809399
8#849195
9#888F90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0DA | BordersInactive statesPlaceholder text |
| 400 | 85B7 #85B7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A3 #62A3B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4786 #47869A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386B #386B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3138 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F1F4;
--steel-blue-200: #D2E4EA;
--steel-blue-300: #AFD0DA;
--steel-blue-400: #85B7C7;
--steel-blue-500: #62A3B7;
--steel-blue-600: #47869A;
--steel-blue-700: #386B7A;
--steel-blue-800: #284C57;
--steel-blue-900: #1A3138;
--steel-blue-950: #101F23;
}