Steel Blue
#5C83BC
BlueColor Codes
All color formats for development
HEX
#5C83BCRGB
rgb(92, 131, 188)HSL
hsl(216, 42%, 55%)OKLCH
oklch(0.605 0.098 257.8)CMYK
cmyk(51%, 30%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4974B3
2#41679F
3#395A8B
4#314D77
5#294064
6#213350
7#18273C
8#101A28
9#080D14
Tints
Lighter variations
1#6C8FC3
2#7D9BCA
3#8DA8D0
4#9DB4D7
5#AEC1DE
6#BECDE4
7#CEDAEB
8#DEE6F2
9#EFF3F8
Tones
Muted variations
1#6184B8
2#6685B3
3#6B86AE
4#6F86A9
5#7487A4
6#7988A0
7#7E899B
8#838A96
9#878B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBF #ACBFDD | BordersInactive statesPlaceholder text |
| 400 | 809E #809ECB | Disabled statesSecondary iconsMuted text |
| 500 | 5C83 #5C83BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4167 #41679F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3452 #34527F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253A #253A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1825 #18253A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E6ECF5;
--steel-blue-200: #D0DBEC;
--steel-blue-300: #ACBFDD;
--steel-blue-400: #809ECB;
--steel-blue-500: #5C83BC;
--steel-blue-600: #41679F;
--steel-blue-700: #34527F;
--steel-blue-800: #253A5B;
--steel-blue-900: #18253A;
--steel-blue-950: #0F1724;
}