Steel Blue
#5F71B9
BlueColor Codes
All color formats for development
HEX
#5F71B9RGB
rgb(95, 113, 185)HSL
hsl(228, 39%, 55%)OKLCH
oklch(0.567 0.113 271.8)CMYK
cmyk(49%, 39%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D61AF
2#44569C
3#3C4B88
4#334075
5#2B3661
6#222B4E
7#1A203A
8#111527
9#090B13
Tints
Lighter variations
1#6F80C0
2#7F8EC7
3#8F9CCE
4#9FAAD5
5#AFB8DC
6#BFC6E3
7#CFD5EA
8#DFE3F1
9#EFF1F8
Tones
Muted variations
1#6474B5
2#6877B0
3#6D79AC
4#717CA7
5#767FA3
6#7A829E
7#7F849A
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 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8391 #8391C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F71 #5F71B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4456 #44569C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2731 #273159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | 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: #D1D6EB;
--steel-blue-300: #ADB7DB;
--steel-blue-400: #8391C9;
--steel-blue-500: #5F71B9;
--steel-blue-600: #44569C;
--steel-blue-700: #36447C;
--steel-blue-800: #273159;
--steel-blue-900: #191F39;
--steel-blue-950: #101423;
}