Steel Blue
#6686B2
BlueColor Codes
All color formats for development
HEX
#6686B2RGB
rgb(102, 134, 178)HSL
hsl(215, 33%, 55%)OKLCH
oklch(0.613 0.077 256.5)CMYK
cmyk(43%, 25%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5577A8
2#4B6A95
3#425D83
4#385070
5#2F425D
6#26354B
7#1C2838
8#131B25
9#090D13
Tints
Lighter variations
1#7692BA
2#859EC1
3#94AAC9
4#A3B6D1
5#B3C2D9
6#C2CFE0
7#D1DBE8
8#E0E7F0
9#F0F3F7
Tones
Muted variations
1#6A87AE
2#6E87AB
3#7288A7
4#7688A3
5#79899F
6#7D8A9B
7#818A98
8#858B94
9#888C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DC #D3DCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C1 #B1C1D8 | BordersInactive statesPlaceholder text |
| 400 | 88A1 #88A1C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6686 #6686B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6A #4B6A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C54 #3C5477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3C #2B3C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1118 #111822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF3;
--steel-blue-200: #D3DCE9;
--steel-blue-300: #B1C1D8;
--steel-blue-400: #88A1C3;
--steel-blue-500: #6686B2;
--steel-blue-600: #4B6A95;
--steel-blue-700: #3C5477;
--steel-blue-800: #2B3C55;
--steel-blue-900: #1B2736;
--steel-blue-950: #111822;
}