Steel Blue
#6670B2
BlueColor Codes
All color formats for development
HEX
#6670B2RGB
rgb(102, 112, 178)HSL
hsl(232, 33%, 55%)OKLCH
oklch(0.566 0.103 276.1)CMYK
cmyk(43%, 37%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5560A8
2#4B5595
3#424A83
4#384070
5#2F355D
6#262B4B
7#1C2038
8#131525
9#090B13
Tints
Lighter variations
1#767FBA
2#858DC1
3#949BC9
4#A3A9D1
5#B3B8D9
6#C2C6E0
7#D1D4E8
8#E0E2F0
9#F0F1F7
Tones
Muted variations
1#6A73AE
2#6E76AB
3#7279A7
4#767CA3
5#797E9F
6#7D819B
7#818498
8#858794
9#888990
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B6 #B1B6D8 | BordersInactive statesPlaceholder text |
| 400 | 8890 #8890C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6670 #6670B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B55 #4B5595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C44 #3C4477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B30 #2B3055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E9F3;
--steel-blue-200: #D3D6E9;
--steel-blue-300: #B1B6D8;
--steel-blue-400: #8890C3;
--steel-blue-500: #6670B2;
--steel-blue-600: #4B5595;
--steel-blue-700: #3C4477;
--steel-blue-800: #2B3055;
--steel-blue-900: #1B1F36;
--steel-blue-950: #111322;
}