Steel Blue
#1F80C1
BlueColor Codes
All color formats for development
HEX
#1F80C1RGB
rgb(31, 128, 193)HSL
hsl(204, 72%, 44%)OKLCH
oklch(0.578 0.131 244.1)CMYK
cmyk(84%, 34%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C74AE
2#19679A
3#165A87
4#134D74
5#104060
6#0D334D
7#09273A
8#061A27
9#030D13
Tints
Lighter variations
1#2391DA
2#3B9DDF
3#53A9E3
4#6CB6E7
5#84C2EB
6#9DCEEF
7#B5DAF3
8#CEE7F7
9#E6F3FB
Tones
Muted variations
1#277FB9
2#307DB1
3#387CA9
4#407AA1
5#487899
6#507791
7#587588
8#607380
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACD #9ACDEF | BordersInactive statesPlaceholder text |
| 400 | 65B3 #65B3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A9D #3A9DDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F80 #1F80C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1966 #19669A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1249 #12496E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2F #0B2F46 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E0F0FA;
--steel-blue-200: #C6E3F6;
--steel-blue-300: #9ACDEF;
--steel-blue-400: #65B3E6;
--steel-blue-500: #3A9DDF;
--steel-blue-600: #1F80C1;
--steel-blue-700: #19669A;
--steel-blue-800: #12496E;
--steel-blue-900: #0B2F46;
--steel-blue-950: #071D2C;
}