Steel Blue
#1E73C2
BlueColor Codes
All color formats for development
HEX
#1E73C2RGB
rgb(30, 115, 194)HSL
hsl(209, 73%, 44%)OKLCH
oklch(0.548 0.145 251.4)CMYK
cmyk(85%, 41%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B67AF
2#185C9B
3#155088
4#124574
5#0F3961
6#0C2E4E
7#09223A
8#061727
9#030B13
Tints
Lighter variations
1#2282DB
2#3990E0
3#529DE4
4#6BABE8
5#83B9EC
6#9CC7F0
7#B5D5F3
8#CEE3F7
9#E6F1FB
Tones
Muted variations
1#2673BA
2#2F72B2
3#3772AA
4#3F72A1
5#477299
6#4F7191
7#587189
8#607181
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 #65A8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 388F #388FE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E73 #1E73C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 185B #185B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1141 #11416E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2A #0B2A47 | 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: #65A8E7;
--steel-blue-500: #388FE0;
--steel-blue-600: #1E73C2;
--steel-blue-700: #185B9A;
--steel-blue-800: #11416E;
--steel-blue-900: #0B2A47;
--steel-blue-950: #071A2C;
}