Steel Blue
#1F96C1
BlueColor Codes
All color formats for development
HEX
#1F96C1RGB
rgb(31, 150, 193)HSL
hsl(196, 72%, 44%)OKLCH
oklch(0.631 0.116 228.7)CMYK
cmyk(84%, 22%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C87AE
2#19789A
3#166987
4#135A74
5#104B60
6#0D3C4D
7#092D3A
8#061E27
9#030F13
Tints
Lighter variations
1#23A9DA
2#3BB3DF
3#53BDE3
4#6CC6E7
5#84D0EB
6#9DD9EF
7#B5E3F3
8#CEECF7
9#E6F6FB
Tones
Muted variations
1#2792B9
2#308EB1
3#388BA9
4#4087A1
5#488399
6#507F91
7#587C88
8#607880
9#687478
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E9 #C6E9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD8 #9AD8EF | BordersInactive statesPlaceholder text |
| 400 | 65C4 #65C4E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB3 #3AB3DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F96 #1F96C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1977 #19779A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1255 #12556E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B37 #0B3746 | Primary textHigh emphasis contentDark headings |
| 950 | 0722 #07222C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E0F3FA;
--steel-blue-200: #C6E9F6;
--steel-blue-300: #9AD8EF;
--steel-blue-400: #65C4E6;
--steel-blue-500: #3AB3DF;
--steel-blue-600: #1F96C1;
--steel-blue-700: #19779A;
--steel-blue-800: #12556E;
--steel-blue-900: #0B3746;
--steel-blue-950: #07222C;
}