Steel Blue
#1F8BC1
BlueColor Codes
All color formats for development
HEX
#1F8BC1RGB
rgb(31, 139, 193)HSL
hsl(200, 72%, 44%)OKLCH
oklch(0.604 0.122 236.9)CMYK
cmyk(84%, 28%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C7DAE
2#196F9A
3#166187
4#135374
5#104660
6#0D384D
7#092A3A
8#061C27
9#030E13
Tints
Lighter variations
1#239DDA
2#3BA8DF
3#53B3E3
4#6CBEE7
5#84C9EB
6#9DD4EF
7#B5DEF3
8#CEE9F7
9#E6F4FB
Tones
Muted variations
1#2788B9
2#3086B1
3#3883A9
4#4080A1
5#487E99
6#507B91
7#587888
8#607680
9#687378
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 | C6E6 #C6E6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD2 #9AD2EF | BordersInactive statesPlaceholder text |
| 400 | 65BB #65BBE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA8 #3AA8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F8B #1F8BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 196F #196F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124F #124F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B33 #0B3346 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | 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: #C6E6F6;
--steel-blue-300: #9AD2EF;
--steel-blue-400: #65BBE6;
--steel-blue-500: #3AA8DF;
--steel-blue-600: #1F8BC1;
--steel-blue-700: #196F9A;
--steel-blue-800: #124F6E;
--steel-blue-900: #0B3346;
--steel-blue-950: #07202C;
}