Steel Blue
#62A4B7
CyanColor Codes
All color formats for development
HEX
#62A4B7RGB
rgb(98, 164, 183)HSL
hsl(193, 37%, 55%)OKLCH
oklch(0.682 0.073 218.3)CMYK
cmyk(46%, 10%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5099AD
2#47889A
3#3E7786
4#356673
5#2C5560
6#23444D
7#1B333A
8#122226
9#091113
Tints
Lighter variations
1#72ADBE
2#81B6C5
3#91C0CC
4#A1C9D4
5#B0D2DB
6#C0DBE2
7#D0E4E9
8#E0EDF1
9#EFF6F8
Tones
Muted variations
1#66A2B2
2#6A9FAE
3#6F9DAA
4#739BA6
5#7798A1
6#7B969D
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 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD1 #AFD1DA | BordersInactive statesPlaceholder text |
| 400 | 85B8 #85B8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A4 #62A4B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4788 #47889A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386C #386C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284D #284D57 | 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: #D2E5EA;
--steel-blue-300: #AFD1DA;
--steel-blue-400: #85B8C7;
--steel-blue-500: #62A4B7;
--steel-blue-600: #47889A;
--steel-blue-700: #386C7A;
--steel-blue-800: #284D57;
--steel-blue-900: #1A3138;
--steel-blue-950: #101F23;
}