Steel Blue
#6373B6
BlueColor Codes
All color formats for development
HEX
#6373B6RGB
rgb(99, 115, 182)HSL
hsl(228, 36%, 55%)OKLCH
oklch(0.572 0.105 272.5)CMYK
cmyk(46%, 37%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5163AC
2#485899
3#3F4D86
4#364272
5#2D375F
6#242C4C
7#1B2139
8#121626
9#090B13
Tints
Lighter variations
1#7381BD
2#828FC4
3#929DCC
4#A1ABD3
5#B1B9DA
6#C1C7E2
7#D0D5E9
8#E0E3F0
9#EFF1F8
Tones
Muted variations
1#6776B1
2#6B78AD
3#6F7BA9
4#737DA5
5#7880A1
6#7C829D
7#808599
8#848795
9#888A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8692 #8692C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6373 #6373B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4858 #485899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3946 #394679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2932 #293257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7E9F4;
--steel-blue-200: #D2D7EA;
--steel-blue-300: #AFB8D9;
--steel-blue-400: #8692C6;
--steel-blue-500: #6373B6;
--steel-blue-600: #485899;
--steel-blue-700: #394679;
--steel-blue-800: #293257;
--steel-blue-900: #1A2037;
--steel-blue-950: #101423;
}