Steel Blue
#5F70B9
BlueColor Codes
All color formats for development
HEX
#5F70B9RGB
rgb(95, 112, 185)HSL
hsl(229, 39%, 55%)OKLCH
oklch(0.565 0.115 272.3)CMYK
cmyk(49%, 39%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D5FAF
2#44549C
3#3C4A88
4#333F75
5#2B3561
6#222A4E
7#1A203A
8#111527
9#090B13
Tints
Lighter variations
1#6F7EC0
2#7F8DC7
3#8F9BCE
4#9FA9D5
5#AFB7DC
6#BFC6E3
7#CFD4EA
8#DFE2F1
9#EFF1F8
Tones
Muted variations
1#6473B5
2#6876B0
3#6D78AC
4#717BA7
5#767EA3
6#7A819E
7#7F849A
8#838795
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB6 #ADB6DB | BordersInactive statesPlaceholder text |
| 400 | 8390 #8390C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F70 #5F70B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4454 #44549C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3643 #36437C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2730 #273059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D6EB;
--steel-blue-300: #ADB6DB;
--steel-blue-400: #8390C9;
--steel-blue-500: #5F70B9;
--steel-blue-600: #44549C;
--steel-blue-700: #36437C;
--steel-blue-800: #273059;
--steel-blue-900: #191F39;
--steel-blue-950: #101323;
}