Steel Blue
#1F83C1
BlueColor Codes
All color formats for development
HEX
#1F83C1RGB
rgb(31, 131, 193)HSL
hsl(203, 72%, 44%)OKLCH
oklch(0.585 0.129 242.3)CMYK
cmyk(84%, 32%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C76AE
2#19699A
3#165C87
4#134F74
5#104260
6#0D344D
7#09273A
8#061A27
9#030D13
Tints
Lighter variations
1#2394DA
2#3BA0DF
3#53ACE3
4#6CB8E7
5#84C4EB
6#9DCFEF
7#B5DBF3
8#CEE7F7
9#E6F3FB
Tones
Muted variations
1#2781B9
2#307FB1
3#387DA9
4#407CA1
5#487A99
6#507891
7#587688
8#607480
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA0 #3AA0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F83 #1F83C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1968 #19689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124A #124A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3046 | 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: #E0F0FA;
--steel-blue-200: #C6E3F6;
--steel-blue-300: #9ACEEF;
--steel-blue-400: #65B5E6;
--steel-blue-500: #3AA0DF;
--steel-blue-600: #1F83C1;
--steel-blue-700: #19689A;
--steel-blue-800: #124A6E;
--steel-blue-900: #0B3046;
--steel-blue-950: #071E2C;
}