Steel Blue
#6672B2
BlueColor Codes
All color formats for development
HEX
#6672B2RGB
rgb(102, 114, 178)HSL
hsl(231, 33%, 55%)OKLCH
oklch(0.57 0.1 274.7)CMYK
cmyk(43%, 36%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5561A8
2#4B5695
3#424B83
4#384170
5#2F365D
6#262B4B
7#1C2038
8#131625
9#090B13
Tints
Lighter variations
1#7680BA
2#858EC1
3#949CC9
4#A3AAD1
5#B3B8D9
6#C2C6E0
7#D1D5E8
8#E0E3F0
9#F0F1F7
Tones
Muted variations
1#6A74AE
2#6E77AB
3#727AA7
4#767CA3
5#797F9F
6#7D829B
7#818498
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 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8891 #8891C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6672 #6672B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B56 #4B5695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C45 #3C4577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B31 #2B3155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | 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: #D3D6E9;
--steel-blue-300: #B1B7D8;
--steel-blue-400: #8891C3;
--steel-blue-500: #6672B2;
--steel-blue-600: #4B5695;
--steel-blue-700: #3C4577;
--steel-blue-800: #2B3155;
--steel-blue-900: #1B1F36;
--steel-blue-950: #111422;
}