Steel Blue
#628FB7
BlueColor Codes
All color formats for development
HEX
#628FB7RGB
rgb(98, 143, 183)HSL
hsl(208, 37%, 55%)OKLCH
oklch(0.633 0.078 246.2)CMYK
cmyk(46%, 22%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5081AD
2#47739A
3#3E6586
4#355673
5#2C4860
6#23394D
7#1B2B3A
8#121D26
9#090E13
Tints
Lighter variations
1#729ABE
2#81A5C5
3#91B1CC
4#A1BCD4
5#B0C7DB
6#C0D2E2
7#D0DDE9
8#E0E9F1
9#EFF4F8
Tones
Muted variations
1#668FB2
2#6A8FAE
3#6F8EAA
4#738EA6
5#778EA1
6#7B8D9D
7#808D99
8#848D95
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6DA | BordersInactive statesPlaceholder text |
| 400 | 85A8 #85A8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 628F #628FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4773 #47739A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385B #385B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2841 #284157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A38 | 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: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2DFEA;
--steel-blue-300: #AFC6DA;
--steel-blue-400: #85A8C7;
--steel-blue-500: #628FB7;
--steel-blue-600: #47739A;
--steel-blue-700: #385B7A;
--steel-blue-800: #284157;
--steel-blue-900: #1A2A38;
--steel-blue-950: #101A23;
}