Steel Blue
#5F83B9
BlueColor Codes
All color formats for development
HEX
#5F83B9RGB
rgb(95, 131, 185)HSL
hsl(216, 39%, 55%)OKLCH
oklch(0.606 0.092 258.3)CMYK
cmyk(49%, 29%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D74AF
2#44679C
3#3C5B88
4#334E75
5#2B4161
6#22344E
7#1A273A
8#111A27
9#090D13
Tints
Lighter variations
1#6F90C0
2#7F9CC7
3#8FA8CE
4#9FB5D5
5#AFC1DC
6#BFCEE3
7#CFDAEA
8#DFE6F1
9#EFF3F8
Tones
Muted variations
1#6484B5
2#6885B0
3#6D86AC
4#7187A7
5#7688A3
6#7A899E
7#7F8A9A
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 | ADC0 #ADC0DB | BordersInactive statesPlaceholder text |
| 400 | 839F #839FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F83 #5F83B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4467 #44679C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3652 #36527C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273B #273B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | 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: #ADC0DB;
--steel-blue-400: #839FC9;
--steel-blue-500: #5F83B9;
--steel-blue-600: #44679C;
--steel-blue-700: #36527C;
--steel-blue-800: #273B59;
--steel-blue-900: #192639;
--steel-blue-950: #101823;
}