Steel Blue
#5C96BC
BlueColor Codes
All color formats for development
HEX
#5C96BCRGB
rgb(92, 150, 188)HSL
hsl(204, 42%, 55%)OKLCH
oklch(0.648 0.083 238.6)CMYK
cmyk(51%, 20%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4989B3
2#417A9F
3#396A8B
4#315B77
5#294C64
6#213D50
7#182E3C
8#101E28
9#080F14
Tints
Lighter variations
1#6CA0C3
2#7DABCA
3#8DB5D0
4#9DC0D7
5#AECADE
6#BED5E4
7#CEDFEB
8#DEEAF2
9#EFF4F8
Tones
Muted variations
1#6195B8
2#6694B3
3#6B93AE
4#6F92A9
5#7491A4
6#7990A0
7#7E8F9B
8#838E96
9#878D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC9 #ACC9DD | BordersInactive statesPlaceholder text |
| 400 | 80AD #80ADCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C96 #5C96BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417A #417A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3461 #34617F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2545 #25455B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E6EFF5;
--steel-blue-200: #D0E1EC;
--steel-blue-300: #ACC9DD;
--steel-blue-400: #80ADCB;
--steel-blue-500: #5C96BC;
--steel-blue-600: #417A9F;
--steel-blue-700: #34617F;
--steel-blue-800: #25455B;
--steel-blue-900: #182C3A;
--steel-blue-950: #0F1C24;
}