Steel Blue
#6688B2
BlueColor Codes
All color formats for development
HEX
#6688B2RGB
rgb(102, 136, 178)HSL
hsl(213, 33%, 55%)OKLCH
oklch(0.618 0.075 254.1)CMYK
cmyk(43%, 24%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#557AA8
2#4B6C95
3#425F83
4#385170
5#2F445D
6#26364B
7#1C2938
8#131B25
9#090E13
Tints
Lighter variations
1#7694BA
2#85A0C1
3#94ACC9
4#A3B8D1
5#B3C4D9
6#C2D0E0
7#D1DBE8
8#E0E7F0
9#F0F3F7
Tones
Muted variations
1#6A89AE
2#6E89AB
3#728AA7
4#768AA3
5#798A9F
6#7D8B9B
7#818B98
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 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A3 #88A3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6688 #6688B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6C #4B6C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C56 #3C5677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1119 #111922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EDF3;
--steel-blue-200: #D3DDE9;
--steel-blue-300: #B1C2D8;
--steel-blue-400: #88A3C3;
--steel-blue-500: #6688B2;
--steel-blue-600: #4B6C95;
--steel-blue-700: #3C5677;
--steel-blue-800: #2B3E55;
--steel-blue-900: #1B2736;
--steel-blue-950: #111922;
}