Steel Blue
#629FB7
BlueColor Codes
All color formats for development
HEX
#629FB7RGB
rgb(98, 159, 183)HSL
hsl(197, 37%, 55%)OKLCH
oklch(0.67 0.072 225.1)CMYK
cmyk(46%, 13%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5092AD
2#47829A
3#3E7286
4#356273
5#2C5160
6#23414D
7#1B313A
8#122126
9#091013
Tints
Lighter variations
1#72A8BE
2#81B2C5
3#91BCCC
4#A1C5D4
5#B0CFDB
6#C0D8E2
7#D0E2E9
8#E0ECF1
9#EFF5F8
Tones
Muted variations
1#669DB2
2#6A9BAE
3#6F99AA
4#7397A6
5#7795A1
6#7B949D
7#809299
8#849095
9#888E90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCE #AFCEDA | BordersInactive statesPlaceholder text |
| 400 | 85B4 #85B4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629F #629FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4782 #47829A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3868 #38687A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284A #284A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2F #1A2F38 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F0F4;
--steel-blue-200: #D2E3EA;
--steel-blue-300: #AFCEDA;
--steel-blue-400: #85B4C7;
--steel-blue-500: #629FB7;
--steel-blue-600: #47829A;
--steel-blue-700: #38687A;
--steel-blue-800: #284A57;
--steel-blue-900: #1A2F38;
--steel-blue-950: #101E23;
}