Steel Blue
#1F76C1
BlueColor Codes
All color formats for development
HEX
#1F76C1RGB
rgb(31, 118, 193)HSL
hsl(208, 72%, 44%)OKLCH
oklch(0.555 0.141 249.7)CMYK
cmyk(84%, 39%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C6AAE
2#195E9A
3#165287
4#134774
5#103B60
6#0D2F4D
7#09233A
8#061827
9#030C13
Tints
Lighter variations
1#2385DA
2#3B92DF
3#53A0E3
4#6CADE7
5#84BBEB
6#9DC9EF
7#B5D6F3
8#CEE4F7
9#E6F1FB
Tones
Muted variations
1#2775B9
2#3075B1
3#3874A9
4#4073A1
5#487399
6#507291
7#587288
8#607180
9#687178
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 | 9AC7 #9AC7EF | BordersInactive statesPlaceholder text |
| 400 | 65AA #65AAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A92 #3A92DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F76 #1F76C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 195E #195E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1243 #12436E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2B #0B2B46 | Primary textHigh emphasis contentDark headings |
| 950 | 071B #071B2C | 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: #9AC7EF;
--steel-blue-400: #65AAE6;
--steel-blue-500: #3A92DF;
--steel-blue-600: #1F76C1;
--steel-blue-700: #195E9A;
--steel-blue-800: #12436E;
--steel-blue-900: #0B2B46;
--steel-blue-950: #071B2C;
}