Steel Blue
#5F82B9
BlueColor Codes
All color formats for development
HEX
#5F82B9RGB
rgb(95, 130, 185)HSL
hsl(217, 39%, 55%)OKLCH
oklch(0.603 0.093 259.2)CMYK
cmyk(49%, 30%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D73AF
2#44669C
3#3C5988
4#334C75
5#2B4061
6#22334E
7#1A263A
8#111927
9#090D13
Tints
Lighter variations
1#6F8EC0
2#7F9BC7
3#8FA7CE
4#9FB4D5
5#AFC0DC
6#BFCDE3
7#CFD9EA
8#DFE6F1
9#EFF2F8
Tones
Muted variations
1#6483B5
2#6884B0
3#6D85AC
4#7186A7
5#7687A3
6#7A889E
7#7F899A
8#838A95
9#888B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DB #D1DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBF #ADBFDB | BordersInactive statesPlaceholder text |
| 400 | 839E #839EC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F82 #5F82B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4466 #44669C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3651 #36517C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273A #273A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1925 #192539 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D1DBEB;
--steel-blue-300: #ADBFDB;
--steel-blue-400: #839EC9;
--steel-blue-500: #5F82B9;
--steel-blue-600: #44669C;
--steel-blue-700: #36517C;
--steel-blue-800: #273A59;
--steel-blue-900: #192539;
--steel-blue-950: #101723;
}