Steel Blue
#6673B2
BlueColor Codes
All color formats for development
HEX
#6673B2RGB
rgb(102, 115, 178)HSL
hsl(230, 33%, 55%)OKLCH
oklch(0.572 0.098 274)CMYK
cmyk(43%, 35%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5562A8
2#4B5895
3#424D83
4#384270
5#2F375D
6#262C4B
7#1C2138
8#131625
9#090B13
Tints
Lighter variations
1#7681BA
2#858FC1
3#949DC9
4#A3ABD1
5#B3B9D9
6#C2C7E0
7#D1D5E8
8#E0E3F0
9#F0F1F7
Tones
Muted variations
1#6A76AE
2#6E78AB
3#727BA7
4#767DA3
5#79809F
6#7D829B
7#818598
8#858794
9#888A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8892 #8892C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6673 #6673B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B58 #4B5895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C46 #3C4677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7E9F3;
--steel-blue-200: #D3D7E9;
--steel-blue-300: #B1B7D8;
--steel-blue-400: #8892C3;
--steel-blue-500: #6673B2;
--steel-blue-600: #4B5895;
--steel-blue-700: #3C4677;
--steel-blue-800: #2B3255;
--steel-blue-900: #1B2036;
--steel-blue-950: #111422;
}