Steel Blue
#626CB7
BlueColor Codes
All color formats for development
HEX
#626CB7RGB
rgb(98, 108, 183)HSL
hsl(233, 37%, 55%)OKLCH
oklch(0.557 0.116 276.2)CMYK
cmyk(46%, 41%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505AAD
2#47509A
3#3E4686
4#353C73
5#2C3260
6#23284D
7#1B1E3A
8#121426
9#090A13
Tints
Lighter variations
1#727ABE
2#8189C5
3#9198CC
4#A1A7D4
5#B0B5DB
6#C0C4E2
7#D0D3E9
8#E0E2F1
9#EFF0F8
Tones
Muted variations
1#666FB2
2#6A72AE
3#6F75AA
4#7379A6
5#777CA1
6#7B7F9D
7#808299
8#848695
9#888990
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4DA | BordersInactive statesPlaceholder text |
| 400 | 858C #858CC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626C #626CB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4750 #47509A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3840 #38407A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282E #282E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E8F4;
--steel-blue-200: #D2D4EA;
--steel-blue-300: #AFB4DA;
--steel-blue-400: #858CC7;
--steel-blue-500: #626CB7;
--steel-blue-600: #47509A;
--steel-blue-700: #38407A;
--steel-blue-800: #282E57;
--steel-blue-900: #1A1D38;
--steel-blue-950: #101223;
}