Steel Blue
#1B92C5
BlueColor Codes
All color formats for development
HEX
#1B92C5RGB
rgb(27, 146, 197)HSL
hsl(198, 76%, 44%)OKLCH
oklch(0.623 0.123 233.6)CMYK
cmyk(86%, 26%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1884B2
2#16759E
3#13668A
4#105876
5#0D4963
6#0B3B4F
7#082C3B
8#051D27
9#030F14
Tints
Lighter variations
1#1EA5DF
2#36AFE4
3#4FB9E7
4#68C3EA
5#81CDEE
6#9AD7F1
7#B4E1F5
8#CDEBF8
9#E6F5FC
Tones
Muted variations
1#238FBD
2#2C8BB4
3#3588AC
4#3D85A3
5#46819B
6#4E7E92
7#577A8A
8#5F7781
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 | C5E8 #C5E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D6 #98D6F1 | BordersInactive statesPlaceholder text |
| 400 | 62C1 #62C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35AF #35AFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B92 #1B92C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1574 #15749D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A35 #0A3548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | 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: #C5E8F7;
--steel-blue-300: #98D6F1;
--steel-blue-400: #62C1EA;
--steel-blue-500: #35AFE3;
--steel-blue-600: #1B92C5;
--steel-blue-700: #15749D;
--steel-blue-800: #0F5370;
--steel-blue-900: #0A3548;
--steel-blue-950: #06212D;
}