Steel Blue
#628CB7
BlueColor Codes
All color formats for development
HEX
#628CB7RGB
rgb(98, 140, 183)HSL
hsl(210, 37%, 55%)OKLCH
oklch(0.627 0.08 249.8)CMYK
cmyk(46%, 23%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#507EAD
2#47709A
3#3E6286
4#355473
5#2C4660
6#23384D
7#1B2A3A
8#121C26
9#090E13
Tints
Lighter variations
1#7298BE
2#81A3C5
3#91AFCC
4#A1BAD4
5#B0C6DB
6#C0D1E2
7#D0DDE9
8#E0E8F1
9#EFF4F8
Tones
Muted variations
1#668CB2
2#6A8CAE
3#6F8CAA
4#738CA6
5#778CA1
6#7B8C9D
7#808C99
8#848C95
9#888C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4DA | BordersInactive statesPlaceholder text |
| 400 | 85A6 #85A6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628C #628CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4770 #47709A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3859 #38597A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2840 #284057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2938 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EDF4;
--steel-blue-200: #D2DEEA;
--steel-blue-300: #AFC4DA;
--steel-blue-400: #85A6C7;
--steel-blue-500: #628CB7;
--steel-blue-600: #47709A;
--steel-blue-700: #38597A;
--steel-blue-800: #284057;
--steel-blue-900: #1A2938;
--steel-blue-950: #101A23;
}