Steel Blue
#626FB7
BlueColor Codes
All color formats for development
HEX
#626FB7RGB
rgb(98, 111, 183)HSL
hsl(231, 37%, 55%)OKLCH
oklch(0.564 0.112 274.5)CMYK
cmyk(46%, 39%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#505EAD
2#47539A
3#3E4986
4#353E73
5#2C3460
6#232A4D
7#1B1F3A
8#121526
9#090A13
Tints
Lighter variations
1#727DBE
2#818BC5
3#919ACC
4#A1A8D4
5#B0B7DB
6#C0C5E2
7#D0D4E9
8#E0E2F1
9#EFF1F8
Tones
Muted variations
1#6672B2
2#6A74AE
3#6F77AA
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 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB5 #AFB5DA | BordersInactive statesPlaceholder text |
| 400 | 858F #858FC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626F #626FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4753 #47539A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3842 #38427A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282F #282F57 | 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: #E7E9F4;
--steel-blue-200: #D2D5EA;
--steel-blue-300: #AFB5DA;
--steel-blue-400: #858FC7;
--steel-blue-500: #626FB7;
--steel-blue-600: #47539A;
--steel-blue-700: #38427A;
--steel-blue-800: #282F57;
--steel-blue-900: #1A1E38;
--steel-blue-950: #101323;
}