Steel Blue
#1F73C1
BlueColor Codes
All color formats for development
HEX
#1F73C1RGB
rgb(31, 115, 193)HSL
hsl(209, 72%, 44%)OKLCH
oklch(0.548 0.144 251.2)CMYK
cmyk(84%, 40%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C67AE
2#195C9A
3#165087
4#134574
5#103960
6#0D2E4D
7#09223A
8#061727
9#030B13
Tints
Lighter variations
1#2382DA
2#3B90DF
3#539DE3
4#6CABE7
5#84B9EB
6#9DC7EF
7#B5D5F3
8#CEE3F7
9#E6F1FB
Tones
Muted variations
1#2773B9
2#3072B1
3#3872A9
4#4072A1
5#487299
6#507191
7#587188
8#607180
9#687078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC6 #9AC6EF | BordersInactive statesPlaceholder text |
| 400 | 65A8 #65A8E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A8F #3A8FDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F73 #1F73C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 195B #195B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1241 #12416E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2A #0B2A46 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E0EEFA;
--steel-blue-200: #C6DFF6;
--steel-blue-300: #9AC6EF;
--steel-blue-400: #65A8E6;
--steel-blue-500: #3A8FDF;
--steel-blue-600: #1F73C1;
--steel-blue-700: #195B9A;
--steel-blue-800: #12416E;
--steel-blue-900: #0B2A46;
--steel-blue-950: #071A2C;
}