Steel Blue
#5B82BE
BlueColor Codes
All color formats for development
HEX
#5B82BERGB
rgb(91, 130, 190)HSL
hsl(216, 43%, 55%)OKLCH
oklch(0.604 0.102 258.8)CMYK
cmyk(52%, 32%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4873B5
2#4067A0
3#385A8C
4#304D78
5#284064
6#203350
7#18263C
8#101A28
9#080D14
Tints
Lighter variations
1#6B8FC4
2#7C9BCB
3#8CA8D1
4#9DB4D8
5#ADC1DE
6#BDCDE5
7#CEDAEB
8#DEE6F2
9#EFF3F8
Tones
Muted variations
1#6083B9
2#6584B4
3#6A85AF
4#6F86AA
5#7487A5
6#7988A0
7#7D899B
8#828A96
9#878B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBF #ABBFDE | BordersInactive statesPlaceholder text |
| 400 | 7F9E #7F9ECC | Disabled statesSecondary iconsMuted text |
| 500 | 5B82 #5B82BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4067 #4067A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3352 #335280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243A #243A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1725 #17253A | 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: #E5ECF5;
--steel-blue-200: #D0DBEC;
--steel-blue-300: #ABBFDE;
--steel-blue-400: #7F9ECC;
--steel-blue-500: #5B82BE;
--steel-blue-600: #4067A0;
--steel-blue-700: #335280;
--steel-blue-800: #243A5B;
--steel-blue-900: #17253A;
--steel-blue-950: #0F1724;
}