Steel Blue
#1E7BC2
BlueColor Codes
All color formats for development
HEX
#1E7BC2RGB
rgb(30, 123, 194)HSL
hsl(206, 73%, 44%)OKLCH
oklch(0.567 0.137 247.3)CMYK
cmyk(85%, 37%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B6FAF
2#18629B
3#155688
4#124A74
5#0F3E61
6#0C314E
7#09253A
8#061927
9#030C13
Tints
Lighter variations
1#228BDB
2#3998E0
3#52A5E4
4#6BB2E8
5#83BFEC
6#9CCBF0
7#B5D8F3
8#CEE5F7
9#E6F2FB
Tones
Muted variations
1#267ABA
2#2F79B2
3#3778AA
4#3F77A1
5#477699
6#4F7591
7#587389
8#607281
9#687178
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACA #9ACAEF | BordersInactive statesPlaceholder text |
| 400 | 65AE #65AEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3897 #3897E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E7B #1E7BC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1862 #18629A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1146 #11466E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2D #0B2D47 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E0EFFA;
--steel-blue-200: #C6E1F6;
--steel-blue-300: #9ACAEF;
--steel-blue-400: #65AEE7;
--steel-blue-500: #3897E0;
--steel-blue-600: #1E7BC2;
--steel-blue-700: #18629A;
--steel-blue-800: #11466E;
--steel-blue-900: #0B2D47;
--steel-blue-950: #071C2C;
}