Steel Blue
#1B8AC5
BlueColor Codes
All color formats for development
HEX
#1B8AC5RGB
rgb(27, 138, 197)HSL
hsl(201, 76%, 44%)OKLCH
oklch(0.603 0.128 239.1)CMYK
cmyk(86%, 30%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#187CB2
2#166E9E
3#13608A
4#105376
5#0D4563
6#0B374F
7#08293B
8#051C27
9#030E14
Tints
Lighter variations
1#1E9BDF
2#36A7E4
3#4FB2E7
4#68BDEA
5#81C8EE
6#9AD3F1
7#B4DEF5
8#CDE9F8
9#E6F4FC
Tones
Muted variations
1#2387BD
2#2C85B4
3#3582AC
4#3D80A3
5#467D9B
6#4E7A92
7#57788A
8#5F7581
9#687379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E5 #C5E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D2 #98D2F1 | BordersInactive statesPlaceholder text |
| 400 | 62BA #62BAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35A6 #35A6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B8A #1B8AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156E #156E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4E #0F4E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A32 #0A3248 | 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: #F2F9FD;
--steel-blue-100: #E0F1FB;
--steel-blue-200: #C5E5F7;
--steel-blue-300: #98D2F1;
--steel-blue-400: #62BAEA;
--steel-blue-500: #35A6E3;
--steel-blue-600: #1B8AC5;
--steel-blue-700: #156E9D;
--steel-blue-800: #0F4E70;
--steel-blue-900: #0A3248;
--steel-blue-950: #061F2D;
}