Steel Blue
#628EB7
BlueColor Codes
All color formats for development
HEX
#628EB7RGB
rgb(98, 142, 183)HSL
hsl(209, 37%, 55%)OKLCH
oklch(0.631 0.079 247.4)CMYK
cmyk(46%, 22%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5080AD
2#47729A
3#3E6386
4#355573
5#2C4760
6#23394D
7#1B2B3A
8#121C26
9#090E13
Tints
Lighter variations
1#7299BE
2#81A4C5
3#91B0CC
4#A1BBD4
5#B0C6DB
6#C0D2E2
7#D0DDE9
8#E0E8F1
9#EFF4F8
Tones
Muted variations
1#668EB2
2#6A8DAE
3#6F8DAA
4#738DA6
5#778DA1
6#7B8D9D
7#808D99
8#848D95
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 | AFC5 #AFC5DA | BordersInactive statesPlaceholder text |
| 400 | 85A7 #85A7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628E #628EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4772 #47729A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385A #385A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | 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: #AFC5DA;
--steel-blue-400: #85A7C7;
--steel-blue-500: #628EB7;
--steel-blue-600: #47729A;
--steel-blue-700: #385A7A;
--steel-blue-800: #284157;
--steel-blue-900: #1A2938;
--steel-blue-950: #101A23;
}