Steel Blue
#6674B2
BlueColor Codes
All color formats for development
HEX
#6674B2RGB
rgb(102, 116, 178)HSL
hsl(229, 33%, 55%)OKLCH
oklch(0.574 0.097 273.3)CMYK
cmyk(43%, 35%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5564A8
2#4B5995
3#424E83
4#384370
5#2F375D
6#262C4B
7#1C2138
8#131625
9#090B13
Tints
Lighter variations
1#7682BA
2#8590C1
3#949EC9
4#A3ACD1
5#B3BAD9
6#C2C8E0
7#D1D5E8
8#E0E3F0
9#F0F1F7
Tones
Muted variations
1#6A77AE
2#6E79AB
3#727BA7
4#767EA3
5#79809F
6#7D839B
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 | B1B8 #B1B8D8 | BordersInactive statesPlaceholder text |
| 400 | 8893 #8893C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6674 #6674B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B59 #4B5995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C47 #3C4777 | 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: #B1B8D8;
--steel-blue-400: #8893C3;
--steel-blue-500: #6674B2;
--steel-blue-600: #4B5995;
--steel-blue-700: #3C4777;
--steel-blue-800: #2B3255;
--steel-blue-900: #1B2036;
--steel-blue-950: #111422;
}