Steel Blue
#1B98C5
BlueColor Codes
All color formats for development
HEX
#1B98C5RGB
rgb(27, 152, 197)HSL
hsl(196, 76%, 44%)OKLCH
oklch(0.637 0.12 229.2)CMYK
cmyk(86%, 23%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1889B2
2#167A9E
3#136A8A
4#105B76
5#0D4C63
6#0B3D4F
7#082E3B
8#051E27
9#030F14
Tints
Lighter variations
1#1EABDF
2#36B5E4
3#4FBEE7
4#68C8EA
5#81D1EE
6#9ADAF1
7#B4E3F5
8#CDEDF8
9#E6F6FC
Tones
Muted variations
1#2394BD
2#2C90B4
3#358CAC
4#3D88A3
5#46849B
6#4E8092
7#577C8A
8#5F7881
9#687479
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D9 #98D9F1 | BordersInactive statesPlaceholder text |
| 400 | 62C5 #62C5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B5 #35B5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B98 #1B98C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1579 #15799D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F56 #0F5670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A37 #0A3748 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2FAFD;
--steel-blue-100: #E0F3FB;
--steel-blue-200: #C5EAF7;
--steel-blue-300: #98D9F1;
--steel-blue-400: #62C5EA;
--steel-blue-500: #35B5E3;
--steel-blue-600: #1B98C5;
--steel-blue-700: #15799D;
--steel-blue-800: #0F5670;
--steel-blue-900: #0A3748;
--steel-blue-950: #06232D;
}