Steel Blue
#1A87C7
BlueColor Codes
All color formats for development
HEX
#1A87C7RGB
rgb(26, 135, 199)HSL
hsl(202, 77%, 44%)OKLCH
oklch(0.597 0.133 241.7)CMYK
cmyk(87%, 32%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#177AB3
2#156C9F
3#125F8B
4#0F5177
5#0D4463
6#0A364F
7#08293C
8#051B28
9#030E14
Tints
Lighter variations
1#1D98E0
2#35A4E5
3#4EB0E8
4#67BBEB
5#81C6EF
6#9AD2F2
7#B3DDF5
8#CCE8F8
9#E6F4FC
Tones
Muted variations
1#2285BE
2#2B83B5
3#3480AD
4#3C7EA4
5#457C9B
6#4E7993
7#56778A
8#5F7581
9#687379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D0 #97D0F2 | BordersInactive statesPlaceholder text |
| 400 | 61B8 #61B8EA | Disabled statesSecondary iconsMuted text |
| 500 | 34A4 #34A4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A87 #1A87C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156C #156C9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4D #0F4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093148 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F9FD;
--steel-blue-100: #DFF1FB;
--steel-blue-200: #C4E5F7;
--steel-blue-300: #97D0F2;
--steel-blue-400: #61B8EA;
--steel-blue-500: #34A4E5;
--steel-blue-600: #1A87C7;
--steel-blue-700: #156C9E;
--steel-blue-800: #0F4D71;
--steel-blue-900: #093148;
--steel-blue-950: #061F2D;
}