Steel Blue
#6676B2
BlueColor Codes
All color formats for development
HEX
#6676B2RGB
rgb(102, 118, 178)HSL
hsl(227, 33%, 55%)OKLCH
oklch(0.578 0.095 271.8)CMYK
cmyk(43%, 34%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5567A8
2#4B5B95
3#425083
4#384470
5#2F395D
6#262E4B
7#1C2238
8#131725
9#090B13
Tints
Lighter variations
1#7684BA
2#8592C1
3#94A0C9
4#A3ADD1
5#B3BBD9
6#C2C9E0
7#D1D6E8
8#E0E4F0
9#F0F1F7
Tones
Muted variations
1#6A79AE
2#6E7BAB
3#727DA7
4#767FA3
5#79829F
6#7D849B
7#818698
8#858894
9#888A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D8 #D3D8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B9 #B1B9D8 | BordersInactive statesPlaceholder text |
| 400 | 8895 #8895C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6677 #6677B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5B #4B5B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C49 #3C4977 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B34 #2B3455 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B21 #1B2136 | Primary textHigh emphasis contentDark headings |
| 950 | 1115 #111522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF3;
--steel-blue-200: #D3D8E9;
--steel-blue-300: #B1B9D8;
--steel-blue-400: #8895C3;
--steel-blue-500: #6677B2;
--steel-blue-600: #4B5B95;
--steel-blue-700: #3C4977;
--steel-blue-800: #2B3455;
--steel-blue-900: #1B2136;
--steel-blue-950: #111522;
}