Steel Blue
#629AB7
BlueColor Codes
All color formats for development
HEX
#629AB7RGB
rgb(98, 154, 183)HSL
hsl(200, 37%, 55%)OKLCH
oklch(0.659 0.073 232)CMYK
cmyk(46%, 16%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#508EAD
2#477E9A
3#3E6E86
4#355F73
5#2C4F60
6#233F4D
7#1B2F3A
8#122026
9#091013
Tints
Lighter variations
1#72A4BE
2#81AFC5
3#91B9CC
4#A1C3D4
5#B0CDDB
6#C0D7E2
7#D0E1E9
8#E0EBF1
9#EFF5F8
Tones
Muted variations
1#6699B2
2#6A98AE
3#6F96AA
4#7395A6
5#7793A1
6#7B929D
7#809099
8#848F95
9#888E90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCDA | BordersInactive statesPlaceholder text |
| 400 | 85B1 #85B1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629A #629AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477E #477E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3864 #38647A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2848 #284857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E38 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF4;
--steel-blue-200: #D2E2EA;
--steel-blue-300: #AFCCDA;
--steel-blue-400: #85B1C7;
--steel-blue-500: #629AB7;
--steel-blue-600: #477E9A;
--steel-blue-700: #38647A;
--steel-blue-800: #284857;
--steel-blue-900: #1A2E38;
--steel-blue-950: #101D23;
}