Steel Blue
#626DB7
BlueColor Codes
All color formats for development
HEX
#626DB7RGB
rgb(98, 109, 183)HSL
hsl(232, 37%, 55%)OKLCH
oklch(0.559 0.115 275.6)CMYK
cmyk(46%, 40%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505CAD
2#47529A
3#3E4886
4#353D73
5#2C3360
6#23294D
7#1B1F3A
8#121426
9#090A13
Tints
Lighter variations
1#727CBE
2#818AC5
3#9199CC
4#A1A7D4
5#B0B6DB
6#C0C5E2
7#D0D3E9
8#E0E2F1
9#EFF0F8
Tones
Muted variations
1#6670B2
2#6A73AE
3#6F76AA
4#737AA6
5#777DA1
6#7B809D
7#808399
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 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4DA | BordersInactive statesPlaceholder text |
| 400 | 858E #858EC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626D #626DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4752 #47529A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3841 #38417A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282E #282E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E38 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | 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: #D2D5EA;
--steel-blue-300: #AFB4DA;
--steel-blue-400: #858EC7;
--steel-blue-500: #626DB7;
--steel-blue-600: #47529A;
--steel-blue-700: #38417A;
--steel-blue-800: #282E57;
--steel-blue-900: #1A1E38;
--steel-blue-950: #101323;
}