Steel Blue
#1F86C1
BlueColor Codes
All color formats for development
HEX
#1F86C1RGB
rgb(31, 134, 193)HSL
hsl(202, 72%, 44%)OKLCH
oklch(0.592 0.126 240.3)CMYK
cmyk(84%, 31%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C78AE
2#196B9A
3#165E87
4#135074
5#104360
6#0D354D
7#09283A
8#061B27
9#030D13
Tints
Lighter variations
1#2397DA
2#3BA3DF
3#53AEE3
4#6CBAE7
5#84C5EB
6#9DD1EF
7#B5DCF3
8#CEE8F7
9#E6F3FB
Tones
Muted variations
1#2784B9
2#3081B1
3#387FA9
4#407DA1
5#487B99
6#507991
7#587788
8#607580
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E4 #C6E4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD0 #9AD0EF | BordersInactive statesPlaceholder text |
| 400 | 65B7 #65B7E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA2 #3AA2DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F86 #1F86C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 196A #196A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124C #124C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B31 #0B3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E0F1FA;
--steel-blue-200: #C6E4F6;
--steel-blue-300: #9AD0EF;
--steel-blue-400: #65B7E6;
--steel-blue-500: #3AA2DF;
--steel-blue-600: #1F86C1;
--steel-blue-700: #196A9A;
--steel-blue-800: #124C6E;
--steel-blue-900: #0B3146;
--steel-blue-950: #071E2C;
}