Steel Blue
#1B95C5
BlueColor Codes
All color formats for development
HEX
#1B95C5RGB
rgb(27, 149, 197)HSL
hsl(197, 76%, 44%)OKLCH
oklch(0.63 0.121 231.4)CMYK
cmyk(86%, 24%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1886B2
2#16779E
3#13688A
4#105976
5#0D4B63
6#0B3C4F
7#082D3B
8#051E27
9#030F14
Tints
Lighter variations
1#1EA8DF
2#36B2E4
3#4FBCE7
4#68C6EA
5#81CFEE
6#9AD9F1
7#B4E2F5
8#CDECF8
9#E6F5FC
Tones
Muted variations
1#2391BD
2#2C8EB4
3#358AAC
4#3D86A3
5#46839B
6#4E7F92
7#577B8A
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 | C5E9 #C5E9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D8 #98D8F1 | BordersInactive statesPlaceholder text |
| 400 | 62C3 #62C3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B2 #35B2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B95 #1B95C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1577 #15779D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F55 #0F5570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A36 #0A3648 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | 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: #C5E9F7;
--steel-blue-300: #98D8F1;
--steel-blue-400: #62C3EA;
--steel-blue-500: #35B2E3;
--steel-blue-600: #1B95C5;
--steel-blue-700: #15779D;
--steel-blue-800: #0F5570;
--steel-blue-900: #0A3648;
--steel-blue-950: #06222D;
}