Steel Blue
#5F74B9
BlueColor Codes
All color formats for development
HEX
#5F74B9RGB
rgb(95, 116, 185)HSL
hsl(226, 39%, 55%)OKLCH
oklch(0.573 0.11 269.9)CMYK
cmyk(49%, 37%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D64AF
2#44599C
3#3C4E88
4#334375
5#2B3861
6#222C4E
7#1A213A
8#111627
9#090B13
Tints
Lighter variations
1#6F82C0
2#7F90C7
3#8F9ECE
4#9FACD5
5#AFBADC
6#BFC8E3
7#CFD5EA
8#DFE3F1
9#EFF1F8
Tones
Muted variations
1#6477B5
2#6879B0
3#6D7CAC
4#717EA7
5#7680A3
6#7A839E
7#7F859A
8#838795
9#888A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DB | BordersInactive statesPlaceholder text |
| 400 | 8393 #8393C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F74 #5F74B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4459 #44599C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D7EB;
--steel-blue-300: #ADB8DB;
--steel-blue-400: #8393C9;
--steel-blue-500: #5F74B9;
--steel-blue-600: #44599C;
--steel-blue-700: #36477C;
--steel-blue-800: #273259;
--steel-blue-900: #192039;
--steel-blue-950: #101423;
}