Steel Blue
#629CB7
BlueColor Codes
All color formats for development
HEX
#629CB7RGB
rgb(98, 156, 183)HSL
hsl(199, 37%, 55%)OKLCH
oklch(0.663 0.073 229.2)CMYK
cmyk(46%, 15%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#508FAD
2#477F9A
3#3E6F86
4#356073
5#2C5060
6#23404D
7#1B303A
8#122026
9#091013
Tints
Lighter variations
1#72A6BE
2#81B0C5
3#91BACC
4#A1C3D4
5#B0CDDB
6#C0D7E2
7#D0E1E9
8#E0EBF1
9#EFF5F8
Tones
Muted variations
1#669AB2
2#6A99AE
3#6F97AA
4#7396A6
5#7794A1
6#7B929D
7#809199
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 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCDA | BordersInactive statesPlaceholder text |
| 400 | 85B2 #85B2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629C #629CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477F #477F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3865 #38657A | 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: #E7F0F4;
--steel-blue-200: #D2E2EA;
--steel-blue-300: #AFCCDA;
--steel-blue-400: #85B2C7;
--steel-blue-500: #629CB7;
--steel-blue-600: #477F9A;
--steel-blue-700: #38657A;
--steel-blue-800: #284857;
--steel-blue-900: #1A2E38;
--steel-blue-950: #101D23;
}