Steel Blue
#629DB7
BlueColor Codes
All color formats for development
HEX
#629DB7RGB
rgb(98, 157, 183)HSL
hsl(198, 37%, 55%)OKLCH
oklch(0.665 0.073 227.9)CMYK
cmyk(46%, 14%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5091AD
2#47819A
3#3E7186
4#356173
5#2C5160
6#23404D
7#1B303A
8#122026
9#091013
Tints
Lighter variations
1#72A7BE
2#81B1C5
3#91BBCC
4#A1C4D4
5#B0CEDB
6#C0D8E2
7#D0E2E9
8#E0EBF1
9#EFF5F8
Tones
Muted variations
1#669CB2
2#6A9AAE
3#6F98AA
4#7396A6
5#7795A1
6#7B939D
7#809199
8#849095
9#888E90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCD #AFCDDA | BordersInactive statesPlaceholder text |
| 400 | 85B3 #85B3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629D #629DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4781 #47819A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3866 #38667A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2849 #284957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2F #1A2F38 | 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: #E7F0F4;
--steel-blue-200: #D2E3EA;
--steel-blue-300: #AFCDDA;
--steel-blue-400: #85B3C7;
--steel-blue-500: #629DB7;
--steel-blue-600: #47819A;
--steel-blue-700: #38667A;
--steel-blue-800: #284957;
--steel-blue-900: #1A2F38;
--steel-blue-950: #101D23;
}